aboutsummaryrefslogtreecommitdiffstats
path: root/testing/wcm/APKBUILD
blob: 3db5e5a674ee0059a5bff012bee58f02097ae93a (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.4.0
pkgrel=0
pkgdesc="Wayfire Config Manager"
url="https://wayfire.org"
arch="all"
license="MIT"
makedepends="wf-config-dev meson libxml++-dev gtk+3.0-dev wayfire-dev"
options="!check" # no testsuite
source="$pkgname-$pkgver.tar.gz::https://github.com/WayfireWM/wcm/archive/v$pkgver.tar.gz"

build() {
	meson build --prefix=/usr --buildtype=plain
}

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

sha512sums="4136ceba90c054165b4b0e7a79d78af827d8b8ddb8b54820bda0c17bbaa28eb74981ce94d8c386b91257ca023a34f76f121a003229365afe72d65323f0a1d2cd  wcm-0.4.0.tar.gz"