New package: kona-3.20
This commit is contained in:
parent
82bf8075b6
commit
2b24583b51
21
srcpkgs/kona/template
Normal file
21
srcpkgs/kona/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'kona'
|
||||
pkgname=kona
|
||||
version=3.20
|
||||
revision=1
|
||||
wrksrc="${pkgname}-Win.${version}-64"
|
||||
short_desc="Open-source implementation of the K programming language"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/kevinlawler/kona"
|
||||
distfiles="https://github.com/kevinlawler/${pkgname}/archive/Win.${version}-64.tar.gz"
|
||||
checksum=c32967018a6f09672b3f4fcbc249c04bb40091dd3db0933670275a29926c3b79
|
||||
|
||||
do_build() {
|
||||
make ${makejobs} k \
|
||||
CC="$CC" PRODFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS -lm -ldl"
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin k
|
||||
vlicense LICENSE
|
||||
}
|
1
srcpkgs/kona/update
Normal file
1
srcpkgs/kona/update
Normal file
|
@ -0,0 +1 @@
|
|||
pattern='Win\.\K[\d.]+(?=-64)'
|
Loading…
Reference in New Issue
Block a user