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

community/desktop-file-utils: use abuild-meson & meson compile/test/install

parent a1ba3d07
No related branches found
No related tags found
1 merge request!12040Port all meson APKBUILDs to abuild-meson
......@@ -13,15 +13,15 @@ source="https://www.freedesktop.org/software/desktop-file-utils/releases/desktop
build() {
abuild-meson . output
ninja -C output
meson compile ${JOBS:+-j ${JOBS}} -C output
}
check() {
ninja -C output test
meson test --no-rebuild -v -C output
}
package() {
DESTDIR="$pkgdir" ninja -C output install
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
sha512sums="5b4e435f0b635d8f898ac7f5759f74a08ffbe2a56d41fee0e84ff57e73b98d08b57b4416f20b99f696dad8bcb1c20792b39acf836b0814220c0b386ea5f6b831 desktop-file-utils-0.26.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