Skip to content
Snippets Groups Projects
Commit 9e78d987 authored by Peter Shkenev's avatar Peter Shkenev :clown: Committed by Simon Zeni
Browse files

community/harec: upgrade to 0.24.0

parent dd5c1246
No related branches found
No related tags found
1 merge request!60964community/{qbe,harec,hare}: upgrades
# Maintainer: Simon Zeni <simon@bl4ckb0ne.ca>
pkgname=harec
pkgver=0_git20231128
_commit=ec3193e3870436180b0f3df82b769adc57a1c099
pkgver=0.24.0
pkgrel=0
pkgdesc="The Hare compiler"
url="https://harelang.org"
......@@ -9,23 +8,22 @@ 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
$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/harec/archive/$pkgver.tar.gz
"
builddir="$srcdir/$pkgname-$_commit"
build() {
./configure --prefix=/usr
make
cp configs/linux.mk ./config.mk
make PREFIX=/usr ARCH=$CARCH
}
check() {
make check
make ARCH=$CARCH check
}
package() {
make DESTDIR="$pkgdir" install
make PREFIX=/usr DESTDIR="$pkgdir" install
}
sha512sums="
2962af65f95d3db51432cea0b08b963a713c746a856623be6162873a34cc558577fd4673d1c502fced2582331886f5269c79381a4a26a8d743dc1a9fe7aefda0 harec-ec3193e3870436180b0f3df82b769adc57a1c099.tar.gz
aab347351bcd748a98e3a58f1ff9a0d194aea907d6ebfacbc7e10671e018fb5ce296e71119ab975e3a1e66ba439d7b706943082d57af2459e694856a89453d8d harec-0.24.0.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment