mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
32 lines
709 B
Plaintext
32 lines
709 B
Plaintext
# Maintainer: Drew DeVault <sir@cmpwn.com>
|
|
pkgname=harec
|
|
pkgver=0_git20230425
|
|
_commit=068e8da091f9053726251bc221abf40fdea630ff
|
|
pkgrel=0
|
|
pkgdesc="The Hare compiler"
|
|
url="https://harelang.org"
|
|
arch="x86_64 aarch64 riscv64"
|
|
license="GPL-3.0-only"
|
|
depends="qbe"
|
|
source="
|
|
$pkgname-$_commit.tar.gz::https://git.sr.ht/~sircmpwn/harec/archive/$_commit.tar.gz
|
|
"
|
|
builddir="$srcdir/$pkgname-$_commit"
|
|
|
|
build() {
|
|
./configure --prefix=/usr
|
|
make
|
|
}
|
|
|
|
check() {
|
|
make check
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
6bfa6c6bc2e3c61e2a7ad9c19051eab4e9754d963b93a5f9dbcba61f3908b337230fda1191b0fa375369dee2de00e5edbc12114332906aca0867ded493b265aa harec-068e8da091f9053726251bc221abf40fdea630ff.tar.gz
|
|
"
|