Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
9e78d987
Commit
9e78d987
authored
1 year ago
by
Peter Shkenev
Committed by
Simon Zeni
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
community/harec: upgrade to 0.24.0
parent
dd5c1246
No related branches found
No related tags found
1 merge request
!60964
community/{qbe,harec,hare}: upgrades
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/harec/APKBUILD
+7
-9
7 additions, 9 deletions
community/harec/APKBUILD
with
7 additions
and
9 deletions
community/harec/APKBUILD
+
7
−
9
View file @
9e78d987
# 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
()
{
./
config
ure
--prefix
=
/usr
make
cp
config
s/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
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment