Skip to content
Snippets Groups Projects
Commit 442cde81 authored by Danct12's avatar Danct12 Committed by Kevin Daudt
Browse files

testing/wf-config: new aport


Signed-off-by: Danct12's avatarDanct12 <danct12@disroot.org>

Closes GH-11873
parent 2de962b6
No related branches found
No related tags found
No related merge requests found
# 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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment