5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
url='https://c.comint.su/libk'
license=(AGPL)
source=('https://c.comint.su/libk/tarball/trunk/libk.tar.gz')
md5sums=(SKIP)
arch=(i686 x86_64 aarch64 armv7l)
depends=()
makedepends=(binutils bash yasm)
build() {
export os=lin library=both
case $(uname -m) in
# i have no idea why, but the "arch" environment variable name
# appears tainted somehow, and gets blanked between here and
# the call to the build script. ugly hack but it works
|
|
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
url='https://c.comint.su/libk'
license=(AGPL)
source=('https://c.comint.su/libk/tarball/trunk/libk.tar.gz')
md5sums=(SKIP)
arch=(i686 x86_64 aarch64 armv7l)
depends=()
makedepends=(binutils bash yasm)
# the following fields should be uncommented in release tarballs and in
# libk build scripts submitted to the AUR or maybe eventually the Arch
# community repositories.
validpgpkeys=(
BA8B6CB87AAF25B4F771C34CD8B3128C48456885
1AA9AC700870CC08C8561BF9C24B9CD04DC6AE7F
)
build() {
export os=lin library=both
case $(uname -m) in
# i have no idea why, but the "arch" environment variable name
# appears tainted somehow, and gets blanked between here and
# the call to the build script. ugly hack but it works
|