aboutsummaryrefslogtreecommitdiffstats
path: root/testing/wf-config/APKBUILD
blob: b2ceb05583bebf27974491deb8826ca1f195e398 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Contributor: Danct12 <danct12@disroot.org>
# Maintainer: Danct12 <danct12@disroot.org>
pkgname=wf-config
pkgver=0.3
pkgrel=0
pkgdesc="Library for managing configuration files written for Wayfire"
url="https://wayfire.org"
arch="all"
license="MIT"
makedepends="libevdev-dev wlroots-dev meson ninja"
options="!check" # no testsuite
subpackages="$pkgname-dev"

# Source
source="https://github.com/WayfireWM/wf-config/releases/download/$pkgver/wf-config-$pkgver.tar.xz"

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

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

sha512sums="b0df9735583c0665fb2fdd2353dbce07e11239eb26fd080159c7f386dba9b370d7908b09504bafde1e11f45be95adc128466017c45e9fcd75a0dea00af70d741  wf-config-0.3.tar.xz"