Skip to content
Snippets Groups Projects
Verified Commit f39a063c authored by Rasmus Thomsen's avatar Rasmus Thomsen
Browse files

community/ghex: use abuild-meson & meson compile/test/install

parent 6027f5dc
No related branches found
No related tags found
1 merge request!12040Port all meson APKBUILDs to abuild-meson
......@@ -14,15 +14,12 @@ subpackages="$pkgname-dev $pkgname-lang $pkgname-doc"
source="https://download.gnome.org/sources/ghex/$_pkgver/ghex-$pkgver.tar.xz"
build() {
meson \
--prefix=/usr \
--buildtype=plain \
. output
ninja -C output
abuild-meson . output
meson compile ${JOBS:+-j ${JOBS}} -C output
}
package() {
DESTDIR="$pkgdir" ninja -C output install
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
sha512sums="6121a5986ee7d7f96bf7f401e155f8aa37f076af455bc68e43d1b5b02b63bc9aed3eba5209511d1b659eb4c9093ab5d9601c14a5e868d979e92a6d0ca0cf9ce2 ghex-3.18.4.tar.xz"
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