New package: kona-3.20

This commit is contained in:
Christian Neukirchen 2015-02-16 15:23:29 +01:00
parent 82bf8075b6
commit 2b24583b51
2 changed files with 22 additions and 0 deletions

21
srcpkgs/kona/template Normal file
View 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
View file

@ -0,0 +1 @@
pattern='Win\.\K[\d.]+(?=-64)'