aboutsummaryrefslogtreecommitdiffstats
path: root/testing/wcm/APKBUILD
blob: 05273140a686e94d56876c5529aa16a536fa06ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Contributor: Danct12 <danct12@disroot.org>
# Maintainer: Danct12 <danct12@disroot.org>
pkgname=wcm
pkgver=0.3
pkgrel=1
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=debugoptimized
}

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

sha512sums="e997d1b0f707cca2d170bc82667fdacd8489eff629931e3af1c03ac2be5461f07c81b54930561b0baaf10f5e632f0939247344ffeedf3c3eef8f03cb74b2fd0d  wcm-0.3.tar.gz"