~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/mako: new APKBUILD

Details
Message ID
<20190727190111.10808-1-sir@cmpwn.com>
DKIM signature
missing
Download raw message
Patch: +37 -0
---
 testing/mako/APKBUILD | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 testing/mako/APKBUILD

diff --git a/testing/mako/APKBUILD b/testing/mako/APKBUILD
new file mode 100644
index 0000000000..d82d709dda
--- /dev/null
+++ b/testing/mako/APKBUILD
@@ -0,0 +1,37 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=mako
pkgver=1.4
pkgrel=0
pkgdesc="A modular Wayland compositor library"
url="https://github.com/swaywm/wlroots"
arch="all"
license="MIT"
options="!check" # contains no test suite
makedepends="
	cairo-dev
	elogind-dev
	gdk-pixbuf-dev
	glib-dev
	meson
	ninja
	pango-dev
	scdoc
	wayland-dev
	"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/emersion/$pkgname/archive/v$pkgver.tar.gz"

build() {
	meson \
		--prefix /usr \
		--libdir /usr/lib \
		-Dicons=enabled \
		. build
	ninja -C build
}

package() {
	DESTDIR="$pkgdir" ninja -C build install
}

sha512sums="6059103e3a0c0cca5b0f717fbd7522f9a13f3dd3d65fe674e65cc175122a3372041bee2050d253ccb47a2adaa1dfa3180a19276bcdcb20c1e00813d75e1b3683  mako-1.4.tar.gz"
-- 
2.22.0
Reply to thread Export thread (mbox)