~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] testing/wayland-utils: new aport

Details
Message ID
<20210506145221.20715-1-simon@bl4ckb0ne.ca>
DKIM signature
missing
Download raw message
Patch: +24 -0
https://wayland.freedesktop.org
Wayland utils tools
---
 testing/wayland-utils/APKBUILD | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 testing/wayland-utils/APKBUILD

diff --git a/testing/wayland-utils/APKBUILD b/testing/wayland-utils/APKBUILD
new file mode 100644
index 0000000000..bfc5c0a8e2
--- /dev/null
+++ b/testing/wayland-utils/APKBUILD
@@ -0,0 +1,24 @@
# Maintainer: Simon Zeni <simon@bl4ckb0ne.ca>
pkgname=wayland-utils
pkgver=1.0.0
pkgrel=0
pkgdesc="Wayland utils tools"
url="https://wayland.freedesktop.org"
arch="all"
license="MIT"
options="!check" # contains no test suite
makedepends="wayland-dev wayland-protocols"
subpackages="$pkgname-doc"
source="https://wayland.freedesktop.org/releases/wayland-utils-$pkgver.tar.xz"

build() {
	abuild-meson . build
	meson compile ${JOBS:+-j ${JOBS}} -C build
}

package() {
	DESTDIR="$pkgdir" meson install --no-rebuild -C build
}
sha512sums="
4c6f1822435b36b3acd361c0c54e56150e8a2697a9c4b2c20a149fcfaafe237e45807df3471884ddf594d89558001099e2d938e3f48988ba6950a0f1e3538db2  wayland-utils-1.0.0.tar.xz
"
-- 
2.31.1
Reply to thread Export thread (mbox)