blob: bb9bc52c5056254fc1a7d918e07038c391fd4dfa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
eval "$(
declare -f package_glfw-x11 | \
sed '
2 a arch=(i486 i686 pentium3 x86_64)
'
declare -f package_glfw-wayland | \
sed '
2 a arch=(i486 i686 pentium3 x86_64)
'
declare -f package_glfw-doc | \
sed '
2 a arch=(any)
'
)"
|