aports/testing/wcm/APKBUILD
2025-02-27 20:13:31 +00:00

26 lines
768 B
Text

# Contributor: Danct12 <danct12@disroot.org>
# Maintainer: Maarten van Gompel <proycon@anaproy.nl>
pkgname=wcm
pkgver=0.9.0
pkgrel=0
pkgdesc="Wayfire Config Manager"
url="https://wayfire.org"
arch="all"
license="MIT"
makedepends="wf-config-dev meson libxml2-dev gtkmm3-dev wayfire-dev"
options="!check" # no testsuite
source="https://github.com/WayfireWM/wcm/releases/download/v$pkgver/wcm-$pkgver.tar.xz"
build() {
abuild-meson build
meson compile -C build
}
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C build
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
}
sha512sums="
f6c240c38adcf6c464df2ba07f2cbaeecabaf16fcf6c92fa064e30989d9d9476422e2d58bbdc14c0b2232839b517ee2938cc795200e3cb1549c170c87df8050c wcm-0.9.0.tar.xz
"