~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/wofi: new aport

Details
Message ID
<20200103192800.26024-1-galen@galenabell.com>
DKIM signature
missing
Download raw message
Patch: +29 -0
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
Reply to thread Export thread (mbox)