pony-stable: update to 0.1.6.
This commit is contained in:
parent
51c99f6c25
commit
51991c558e
1 changed files with 6 additions and 9 deletions
|
@ -1,22 +1,19 @@
|
||||||
# Template file for 'pony-stable'
|
# Template file for 'pony-stable'
|
||||||
pkgname=pony-stable
|
pkgname=pony-stable
|
||||||
version=0.1.4
|
version=0.1.6
|
||||||
revision=1
|
revision=1
|
||||||
only_for_archs="x86_64"
|
only_for_archs="x86_64"
|
||||||
|
build_style=gnu-makefile
|
||||||
|
make_install_args="prefix=/usr"
|
||||||
hostmakedepends="ponyc"
|
hostmakedepends="ponyc"
|
||||||
makedepends="libatomic-devel"
|
makedepends="libatomic-devel"
|
||||||
short_desc="A simple dependency manager for the Pony language"
|
short_desc="Simple dependency manager for the Pony language"
|
||||||
maintainer="Brian Mitchell <brian@strmpnk.co>"
|
maintainer="Brian Mitchell <brian@strmpnk.co>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/ponylang/pony-stable"
|
homepage="https://github.com/ponylang/pony-stable"
|
||||||
distfiles="https://github.com/ponylang/pony-stable/archive/${version}.tar.gz"
|
distfiles="https://github.com/ponylang/pony-stable/archive/${version}.tar.gz"
|
||||||
checksum=c9888f6d10a8d512335ddfe77e2b36bceb23226cdd694e24c57ab904bc4155fd
|
checksum=1e980924ff7ea03e07f2eb16e5ae826ff9142f659aa83127ca80c1055af59748
|
||||||
|
|
||||||
do_build() {
|
post_install() {
|
||||||
make
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vbin build/release/stable
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue