aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pony-stable/APKBUILD
blob: 8b5bd38979349cc97e327b5f20b64a71bbce5957 (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.1
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="280d947ae04d26796d0bf0016925005b8f22dd4dd179f864ed34759f5f1f229c73870c7b3fcbb8d6a8411076af76d13d0321abc865d37d7cd2558aaf5c3b1e55  pony-stable-0.2.1.tar.gz"