Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 50F04782B49 for <~alpine/aports@lists.alpinelinux.org>; Wed, 21 Oct 2020 14:22:54 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cmpwn.com; s=key1; t=1603290173; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ory1YIlU3tEbhXXFLe7ybV0PNcfSgoj+QHiOmwnfsO8=; b=Vn2n/J4seWmySjVXP6Cjz360x0lU67nv4jhUthvJ8jbGZbBffRn98FVZmTfh0aNKTYaARU NxCDV4Sncgfxhw6xK/uuhcv56N5cZhkRdQwuOJ1BpR8NsvTO+m8WYRV/cKz6WU9HqwytIT cSt3RVd0gOModuP5DlK6QcbZiAFG2ZrjGkFEGCmvjxCVi1VtOeoxPwLXMfGoAH8qB03wZU 1IMRgod1Bpkh5R6jk3H3qeW5hY5pgE/WD6tuV8Yooj/KKoj1HYDUU8GZ+gZOjWB7F0tbRa t2cBsM9tdEUslr+eFCeMALXIBBHULyeNCcYR3mxGQq1d4hhQj6yc0OhQThhOUQ== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] testing/wlsunset: new aport Date: Wed, 21 Oct 2020 10:22:50 -0400 Message-Id: <20201021142250.28175-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.00 --- 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 +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