1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 11:45:18 +03:00
aports/testing/retroforth/APKBUILD
2022-12-15 19:10:15 +00:00

27 lines
640 B
Text

# Contributor: Siva Mahadevan <me@svmhdvn.name>
# Maintainer: Siva Mahadevan <me@svmhdvn.name>
pkgname=retroforth
pkgver=2022.8
pkgrel=0
pkgdesc="clean, elegant, and pragmatic dialect of Forth"
url="https://retroforth.org"
arch="all"
license="ISC"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~crc_/retroforth/archive/$pkgver.tar.gz"
build() {
make
}
check() {
make test
}
package() {
make DESTDIR="$pkgdir" PREFIX=/usr install
}
sha512sums="
c98554c1462becf8cfb4b4a80a7dfda6efdf940b28fc9bcdfadcb87592fcd5eb705490f8cc87f3778e35505feb379f5546c5cc5905d24d8bdab07ca776ec3926 retroforth-2022.8.tar.gz
"