~alpine/aports

testing/wofi: new aport v1 APPLIED

Galen Abell: 1
 testing/wofi: new aport

 1 files changed, 29 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3197/mbox | git am -3
Learn more about email & git

[PATCH] testing/wofi: new aport Export this patch

https://hg.sr.ht/~scoopta/wofi
A launcher/menu program for wlroots based wayland compositors.
testing/
---
 testing/wofi/APKBUILD | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 testing/wofi/APKBUILD

diff --git a/testing/wofi/APKBUILD b/testing/wofi/APKBUILD
new file mode 100644
index 0000000000..5ea94d0490
--- /dev/null
+++ b/testing/wofi/APKBUILD
@@ -0,0 +1,29 @@
# Contributor: Galen Abell <galen@galenabell.com>
# Maintainer: Galen Abell <galen@galenabell.com>
pkgname="wofi"
pkgver="1.0"
pkgrel=0
pkgdesc="A launcher/menu program for wlroots based wayland compositors."
url="https://hg.sr.ht/~scoopta/wofi"
arch="all"
license="GPL-3.0-only"
makedepends="wayland-dev gtk+3.0-dev meson"
options="!check" # no tests
source="$pkgname-v$pkgver.tar.gz::https://hg.sr.ht/~scoopta/wofi/archive/v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-v$pkgver"

build() {
	meson \
		--prefix=/usr \
		--sysconfdir=/etc \
		--mandir=/usr/share/man \
		--localstatedir=/var \
		--buildtype=release \
		build
	ninja -C build
}

package() {
	DESTDIR="$pkgdir" ninja -C build install
}
sha512sums="8943111e1c4fd4775a3fdcff8fa282dd0211f582fa11ca8ddc9704e20b6a75f628dca217288cb25f9eed1ec3f2e711cfff6df9935f57875899717730c5f72723  wofi-v1.0.tar.gz"
-- 
2.24.1