Skip to content
Snippets Groups Projects
Commit 6791c7ff authored by omni's avatar omni Committed by Simon Zeni
Browse files

testing/*: add HARECACHE env var to hare aports

to make sure no old cache is used during build, like what we do for
golang aports
parent 233f6705
No related branches found
No related tags found
1 merge request!76012{community,testing}/*: add HARECACHE env var to hare aports
Pipeline #276275 skipped
......@@ -2,7 +2,7 @@
maintainer="Hugo Osvaldo Barrera <hugo@whynothugo.nl>"
pkgname=ab-tidy
pkgver=0.1.0
pkgrel=0
pkgrel=1
pkgdesc="Tidy up an address book"
url="https://sr.ht/~whynothugo/ab-tidy/"
arch="x86_64 aarch64 riscv64" # Hare
......@@ -12,6 +12,8 @@ source="ab-tidy-$pkgver.tar.gz::https://git.sr.ht/~whynothugo/ab-tidy/archive/v$
options="!check"
builddir="$srcdir/ab-tidy-v$pkgver/"
export HARECACHE="${HARECACHE:-"$srcdir/hare-cache"}"
build() {
make PREFIX=/usr
}
......
......@@ -2,7 +2,7 @@
pkgname=hare-cairo
pkgver=0_git20240217
_commit=3e5118a8fe4d0d0f4688e662be974d81b319fb32
pkgrel=0
pkgrel=1
pkgdesc="Hare interface to the cairo 2D graphics library"
url="https://codeberg.org/une/hare-cairo"
# Currently doesn't build on riscv64
......@@ -14,6 +14,8 @@ source="
"
builddir="$srcdir/$pkgname"
export HARECACHE="${HARECACHE:-"$srcdir/hare-cache"}"
build() {
make -j1 PREFIX=/usr
}
......
......@@ -3,7 +3,7 @@
pkgname=hare-compress
pkgver=0_git20240623
_commit=9597005edca5365000c77f1a6e2f892484348ff1
pkgrel=0
pkgrel=1
pkgdesc="Compression algorithms for Hare"
url="https://git.sr.ht/~sircmpwn/hare-compress"
arch="noarch !armhf !armv7 !ppc64le !s390x !x86 !loongarch64" # blocked by hare
......@@ -12,6 +12,8 @@ makedepends="hare"
source="$pkgname-$_commit.tar.gz::https://git.sr.ht/~sircmpwn/hare-compress/archive/$_commit.tar.gz"
builddir="$srcdir/$pkgname-$_commit"
export HARECACHE="${HARECACHE:-"$srcdir/hare-cache"}"
build() {
make -j1 PREFIX=/usr
}
......
......@@ -2,7 +2,7 @@
pkgname=hare-harfbuzz
pkgver=0_git20240715
_commit=524d77df5fe1a5e96d03fcd78adccacf529ab465
pkgrel=0
pkgrel=1
pkgdesc="Hare interface to the xkbcommon library"
url="https://git.sr.ht/~stacyharper/hare-xkb"
# Currently doesn't build on riscv64
......@@ -15,6 +15,8 @@ source="
"
builddir="$srcdir/$pkgname-$_commit"
export HARECACHE="${HARECACHE:-"$srcdir/hare-cache"}"
# Work-around of https://todo.sr.ht/~sircmpwn/hare/723#event-261138
case "$CARCH" in
aarch64)
......
......@@ -2,18 +2,18 @@ maintainer="Hugo Osvaldo Barrera <hugo@whynothugo.nl>"
pkgname=hare-madeline
pkgver=0.1_git20240505
_commit=c693a0a797849cff0ac629c83e21f028fa60bff6
pkgrel=0
pkgrel=1
pkgdesc="tiny readline-alike with some batteries included"
url="https://git.sr.ht/~ecs/madeline"
arch="noarch !armhf !armv7 !ppc64le !s390x !x86 !loongarch64" # blocked by hare
license="WTFPL"
checkdepends="hare"
source="
$pkgname-$_commit.tar.gz::https://git.sr.ht/~ecs/madeline/archive/$_commit.tar.gz
"
source="$pkgname-$_commit.tar.gz::https://git.sr.ht/~ecs/madeline/archive/$_commit.tar.gz"
subpackages="$pkgname-doc"
builddir="$srcdir/madeline-$_commit"
export HARECACHE="${HARECACHE:-"$srcdir/hare-cache"}"
check() {
hare test
}
......
......@@ -3,7 +3,7 @@
# Maintainer: fossdd <fossdd@pwned.life>
pkgname=hare-scfg
pkgver=0.24.2
pkgrel=0
pkgrel=1
pkgdesc="scfg implementation for Hare"
url="https://git.sr.ht/~chrisppy/hare-scfg"
arch="noarch !armhf !armv7 !ppc64le !s390x !x86 !loongarch64" # blocked by hare
......@@ -11,6 +11,8 @@ license="MPL-2.0"
makedepends="hare"
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~chrisppy/hare-scfg/archive/$pkgver.tar.gz"
export HARECACHE="${HARECACHE:-"$srcdir/hare-cache"}"
build() {
make -j1 PREFIX=/usr
}
......
......@@ -3,7 +3,7 @@
pkgname=hare-unicode
pkgver=0_git20240417
_commit=1488c26f46f7f8568235eaee6224983ac46e78ff
pkgrel=0
pkgrel=1
pkgdesc="Hare unicode database"
url="https://git.sr.ht/~sircmpwn/hare-unicode"
arch="noarch !armhf !armv7 !ppc64le !s390x !x86 !loongarch64" # blocked by hare
......@@ -12,6 +12,8 @@ checkdepends="hare"
source="$pkgname-$_commit.tar.gz::https://git.sr.ht/~sircmpwn/hare-unicode/archive/$_commit.tar.gz"
builddir="$srcdir/$pkgname-$_commit"
export HARECACHE="${HARECACHE:-"$srcdir/hare-cache"}"
check() {
hare test
}
......
......@@ -2,7 +2,7 @@
pkgname=hare-wayland
pkgver=0_git20240817
_commit=81648414049c29e3fc5a62dd604f8f3a6dc7b00f
pkgrel=0
pkgrel=1
pkgdesc="Native Hare Wayland bindings"
url="https://sr.ht/~sircmpwn/hare-wayland"
arch="x86_64 aarch64 riscv64" # hare
......@@ -13,6 +13,8 @@ source="
"
builddir="$srcdir/$pkgname-$_commit"
export HARECACHE="${HARECACHE:-"$srcdir/hare-cache"}"
build() {
make -j1 PREFIX=/usr
}
......
......@@ -2,7 +2,7 @@
pkgname=hare-xkb
pkgver=0_git20231011
_commit=f26da188280caa8406d4d6345868f41021fdfdec
pkgrel=0
pkgrel=1
pkgdesc="Hare interface to the xkbcommon library"
url="https://git.sr.ht/~stacyharper/hare-xkb"
# Currently doesn't build on riscv64
......@@ -14,6 +14,8 @@ source="
"
builddir="$srcdir/$pkgname-$_commit"
export HARECACHE="${HARECACHE:-"$srcdir/hare-cache"}"
build() {
make -j1 PREFIX=/usr
}
......
# Maintainer: Umar Getagazov <umar@handlerug.me>
pkgname=haredo
pkgver=1.0.5
pkgrel=0
pkgrel=1
pkgdesc="Simple, Unix-idiomatic build automator"
url="https://sr.ht/~autumnull/haredo"
arch="x86_64 aarch64 riscv64" # Hare
......@@ -10,6 +10,8 @@ makedepends="hare scdoc"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~autumnull/haredo/archive/$pkgver.tar.gz"
export HARECACHE="${HARECACHE:-"$srcdir/hare-cache"}"
build() {
./bootstrap.sh
}
......
# Maintainer:
pkgname=himitsu-firefox
pkgver=0.6
pkgrel=0
pkgrel=1
pkgdesc="Firefox integration for Himitsu"
url="https://himitsustore.org"
arch="x86_64 aarch64 riscv64" # Hare
license="GPL-3.0-only"
makedepends="hare hare-json himitsu-dev zip"
source="
$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/himitsu-firefox/archive/$pkgver.tar.gz
"
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/himitsu-firefox/archive/$pkgver.tar.gz"
install="$pkgname.post-install"
options="!check"
export HARECACHE="${HARECACHE:-"$srcdir/hare-cache"}"
build() {
make -j1 PREFIX=/usr
}
......
# Maintainer: Willow Barraco <contact@willowbarraco.fr>
pkgname=mcron
pkgver=1.0.0
pkgrel=0
pkgrel=1
pkgdesc="A cron implementation for mobile phones"
url="https://sr.ht/~stacyharper/mcron/"
install="$pkgname.pre-install"
......@@ -15,6 +15,8 @@ source="
mcron.confd
"
export HARECACHE="${HARECACHE:-"$srcdir/hare-cache"}"
build() {
# Don't use user's global Hare cache
export HARECACHE="$srcdir"/hare-cache
......
......@@ -2,18 +2,18 @@
maintainer="Hugo Osvaldo Barrera <hugo@whynothugo.nl>"
pkgname=mkrundir
pkgver=0.4.0
pkgrel=0
pkgrel=1
pkgdesc="Create an XDG_RUNTIME_DIR"
url="https://sr.ht/~whynothugo/mkrundir/"
arch="x86_64 aarch64 riscv64" # Hare
license="ISC"
makedepends="hare libcap-setcap"
source="
mkrundir-$pkgver.tar.gz::https://git.sr.ht/~whynothugo/mkrundir/archive/v$pkgver.tar.gz
"
source="mkrundir-$pkgver.tar.gz::https://git.sr.ht/~whynothugo/mkrundir/archive/v$pkgver.tar.gz"
options="!check setcap"
builddir="$srcdir/mkrundir-v$pkgver/"
export HARECACHE="${HARECACHE:-"$srcdir/hare-cache"}"
build() {
make PREFIX=/usr mkrundir
}
......
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