mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-31 22:32:14 +01:00
26 lines
687 B
Plaintext
26 lines
687 B
Plaintext
# Contributor: Danct12 <danct12@disroot.org>
|
|
# Maintainer: Danct12 <danct12@disroot.org>
|
|
pkgname=wcm
|
|
pkgver=0.7.5
|
|
pkgrel=0
|
|
pkgdesc="Wayfire Config Manager"
|
|
url="https://wayfire.org"
|
|
arch="all"
|
|
license="MIT"
|
|
makedepends="wf-config-dev meson libxml2-dev gtk+3.0-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
|
|
}
|
|
|
|
sha512sums="
|
|
d41def6cd002405c5fe81502cd19fb958399d25709e35fd5ffdfb862d6c5011f75c9ddf9110b40519a570457870ed2290c92c96f29a3be7db1e7802e122ebbe2 wcm-0.7.5.tar.xz
|
|
"
|