aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pony-stable/APKBUILD
blob: 7a85c35e748187d9a12780d1d15563d9000d4d33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=pony-stable
pkgver=0.2.0
pkgrel=0
pkgdesc="A simple dependency manager for the Pony language"
url="https://github.com/ponylang/pony-stable"
arch="x86_64"
license="BSD-2-Clause"
makedepends="ponyc libexecinfo-dev pcre2-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/ponylang/$pkgname/archive/$pkgver.tar.gz"

build() {
	make
}

check() {
	make test
}

package() {
	DESTDIR="$pkgdir" make prefix=/usr install
}

sha512sums="72e7cfaab90f54e18adcb4e6d2d2a752ddab9b10cfa017d0e751183165e5de94b547cc5bcae7ff2268fe594e8901cb42ce50a86b9fed706ea0441efd3080f72b  pony-stable-0.2.0.tar.gz"