From 72ac572abbe2d4a74e386c95b687da0f8a59cdd0 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Thu, 3 Jan 2019 19:56:29 -0600 Subject: user/compton: new package --- user/compton/APKBUILD | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 user/compton/APKBUILD (limited to 'user') diff --git a/user/compton/APKBUILD b/user/compton/APKBUILD new file mode 100644 index 000000000..338f123de --- /dev/null +++ b/user/compton/APKBUILD @@ -0,0 +1,33 @@ +# Contributor: Kiyoshi Aman +# Maintainer: Kiyoshi Aman +pkgname=compton +pkgver=4 +pkgrel=0 +pkgdesc="Lightweight compositor for X11" +url="https://github.com/yshui/compton" +arch="all" +options="!check" # no tests +license="MIT AND MPL-2.0" +makedepends="meson libx11-dev libxext-dev libev-dev xcb-util-renderutil-dev + xcb-util-image-dev pixman-dev libconfig-dev pcre-dev mesa-dev + dbus-dev" +source="compton-$pkgver.tar.gz::https://github.com/yshui/compton/archive/v$pkgver.tar.gz" + +build() { + cd "$builddir" + meson \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --localstatedir=/var \ + --buildtype=release \ + . output + ninja -C output +} + +package() { + cd "$builddir" + DESTDIR="$pkgdir" ninja -C output install +} + +sha512sums="ba585df25792519b8093a5a91d62ca2d3b02dd9df41d787dc4007cee5c8aef7cd0a3c267b58d21026c97b7859f7c5376384dffb7da728a99ccc4122a2ae43679 compton-4.tar.gz" -- cgit v1.2.3-60-g2f50