From fc77ce09856111cd7a6d33abfd30bbc236cd2319 Mon Sep 17 00:00:00 2001 From: Danct12 Date: Fri, 11 Oct 2019 23:43:07 +0700 Subject: testing/wcm: new aport Signed-off-by: Danct12 --- testing/wcm/APKBUILD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 testing/wcm/APKBUILD (limited to 'testing/wcm') diff --git a/testing/wcm/APKBUILD b/testing/wcm/APKBUILD new file mode 100644 index 0000000000..d99c6762a4 --- /dev/null +++ b/testing/wcm/APKBUILD @@ -0,0 +1,22 @@ +# Contributor: Danct12 +# Maintainer: Danct12 +pkgname=wcm +pkgver=0.3 +pkgrel=0 +pkgdesc="Wayfire Config Manager" +url="https://wayfire.org" +arch="all" +license="MIT" +makedepends="wf-config-dev meson ninja cmake libxml++-dev gtk+3.0-dev" +options="!check" # no testsuite +source="$pkgname-$pkgver.tar.gz::https://github.com/WayfireWM/$pkgname/archive/v$pkgver.tar.gz" + +build() { + meson build --prefix=/usr --buildtype=release +} + +package() { + DESTDIR="$pkgdir" ninja -C build install +} + +sha512sums="e997d1b0f707cca2d170bc82667fdacd8489eff629931e3af1c03ac2be5461f07c81b54930561b0baaf10f5e632f0939247344ffeedf3c3eef8f03cb74b2fd0d wcm-0.3.tar.gz" -- cgit v1.2.3