~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
1

[PATCH] testing/wlsunset: new aport

Details
Message ID
<20201021142250.28175-1-sir@cmpwn.com>
DKIM signature
missing
Download raw message
Patch: +27 -0
---
 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
Details
Message ID
<20201021115135.157b937a@enterprise>
In-Reply-To
<20201021142250.28175-1-sir@cmpwn.com> (view parent)
DKIM signature
missing
Download raw message
On Wed, 21 Oct 2020 10:22:50 -0400
Drew DeVault <sir@cmpwn.com> wrote:

> ---
>  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"

Already packaged.
Reply to thread Export thread (mbox)