aports/testing/himitsu-firefox/APKBUILD
omni 6791c7ff38 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
2024-11-28 16:14:20 +00:00

26 lines
715 B
Text

# Maintainer:
pkgname=himitsu-firefox
pkgver=0.6
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"
install="$pkgname.post-install"
options="!check"
export HARECACHE="${HARECACHE:-"$srcdir/hare-cache"}"
build() {
make -j1 PREFIX=/usr
}
package() {
make DESTDIR="$pkgdir" PREFIX=/usr install-native
}
sha512sums="
ff06a989e6187e56cafc0805bf1b686673b9060124444847aee1fd4fac49d8a521729646a3dc397683ca8b3ca04b33b00743bc2601c657df06049e8d26f4a53a himitsu-firefox-0.6.tar.gz
"