2023-08-11 13:47:30 +02:00

32 lines
816 B
Plaintext

# Maintainer:
pkgname=himitsu-firefox
pkgver=0.4
pkgrel=1
pkgdesc="Firefox integration for Himitsu"
url="https://himitsustore.org"
arch="x86_64 aarch64" # 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"
# ld: unrecognized option '-Wl,--as-needed,-O1,--sort-common'
# ld: use the --help option for usage information
# Error: ld: exited with status 1
unset LDFLAGS
build() {
make -j1 PREFIX=/usr
}
package() {
make DESTDIR="$pkgdir" PREFIX=/usr install-native
}
sha512sums="
4d9a513eec3aefaae73965e9ee424dfc3066bda0a3505b5f5112ac5431cae4c06cc09ff888f0d28e87665f2d3534fcc4ef9c20b38b34b793ed318d4b76e3a936 himitsu-firefox-0.4.tar.gz
"