aports/testing/wayfire-plugins-extra/APKBUILD
2025-02-27 20:13:31 +00:00

33 lines
794 B
Text

# Maintainer: Maarten van Gompel <proycon@anaproy.nl>
pkgname=wayfire-plugins-extra
pkgver=0.9.0
pkgrel=0
pkgdesc="Additional plugins for Wayfire"
url="https://wayfire.org"
arch="all"
license="MIT"
makedepends="
meson
wayfire-dev
wlroots0.17-dev
glibmm-dev
libevdev-dev
nlohmann-json
wayland-protocols
wayland-dev
"
options="!check" # no testsuite
source="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v$pkgver/wayfire-plugins-extra-$pkgver.tar.xz"
build() {
abuild-meson . output
meson compile -C output
}
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
sha512sums="
fb1e02c4284b499a89a8b81e2b9ef283bdde48745c5f4ee500da4d9450bc5c8d94df6b8eba5d6ff3bb05ba3edbbdbd04b3c5551a73f5765ed3406d8227177f78 wayfire-plugins-extra-0.9.0.tar.xz
"