New package: pony-stable-0.1.4

Closes: #207 [via git-merge-pr]
This commit is contained in:
Brian Mitchell 2018-07-03 16:01:00 -04:00 committed by Jürgen Buchmüller
parent 8c70e8b7b3
commit 8efe5f830c

View file

@ -0,0 +1,22 @@
# Template file for 'pony-stable'
pkgname=pony-stable
version=0.1.4
revision=1
only_for_archs="x86_64"
hostmakedepends="ponyc"
makedepends="libatomic-devel"
short_desc="A simple dependency manager for the Pony language"
maintainer="Brian Mitchell <brian@strmpnk.co>"
license="BSD-2-Clause"
homepage="https://github.com/ponylang/pony-stable"
distfiles="https://github.com/ponylang/pony-stable/archive/${version}.tar.gz"
checksum=c9888f6d10a8d512335ddfe77e2b36bceb23226cdd694e24c57ab904bc4155fd
do_build() {
make
}
do_install() {
vlicense LICENSE
vbin build/release/stable
}