mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/pony-stable: new aport
https://github.com/ponylang/pony-stable A simple dependency manager for the Pony language
This commit is contained in:
parent
6cd0c89e39
commit
cbcce0efb0
25
testing/pony-stable/APKBUILD
Normal file
25
testing/pony-stable/APKBUILD
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
|
||||||
|
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
|
||||||
|
pkgname=pony-stable
|
||||||
|
pkgver=0.1.1
|
||||||
|
pkgrel=0
|
||||||
|
pkgdesc="A simple dependency manager for the Pony language"
|
||||||
|
url="https://github.com/ponylang/pony-stable"
|
||||||
|
arch="x86_64" # limited by ponyc
|
||||||
|
license="BSD-2-Clause"
|
||||||
|
options="!check" # no tests provided
|
||||||
|
makedepends="ponyc"
|
||||||
|
source="$pkgname-$pkgver.tar.gz::https://github.com/ponylang/$pkgname/archive/$pkgver.tar.gz"
|
||||||
|
builddir="$srcdir/$pkgname-$pkgver"
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd "$builddir"
|
||||||
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd "$builddir"
|
||||||
|
install -m 755 -D build/release/stable "$pkgdir"/usr/bin/stable
|
||||||
|
}
|
||||||
|
|
||||||
|
sha512sums="7d1638356c846ef1367774d2decf80192fefce73d4bfdd8202fbaf2a87875362dbcb65a5fe254dda239edd1f89c856634380d9c19a640d9b6eb7e19d063d102b pony-stable-0.1.1.tar.gz"
|
Loading…
Reference in New Issue
Block a user