~alpine/aports

testing/wlsunset: new aport v1 REJECTED

Drew DeVault: 1
 testing/wlsunset: new aport

 1 files changed, 27 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/3372/mbox | git am -3
Learn more about email & git

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

---
 testing/wlsunset/APKBUILD | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 testing/wlsunset/APKBUILD

diff --git a/testing/wlsunset/APKBUILD b/testing/wlsunset/APKBUILD
new file mode 100644
index 0000000000..41396951d4
--- /dev/null
+++ b/testing/wlsunset/APKBUILD
@@ -0,0 +1,27 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=wlsunset
pkgver=0.1.0
pkgrel=0
pkgdesc="Day/night gamma adjustments for Wayland"
url="https://sr.ht/~kennylevinsen/wlsunset/"
arch="all"
license="MIT"
options="!check" # no test suite
makedepends="
	meson
	ninja
	wayland-dev
	wayland-protocols
"
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~kennylevinsen/$pkgname/archive/$pkgver.tar.gz"

build() {
	abuild-meson . output
	meson compile -C output
}

package() {
	DESTDIR="$pkgdir" meson install --no-rebuild -C output
}

sha512sums="375bb5d9e8c90c0d6f57059b99725473113701fc0469f73ccbc76e916eb938f2d1d342308fb832c4e160485deeb4c48376cacb871722f02309e13264d3154157  wlsunset-0.1.0.tar.gz"
-- 
2.28.0