mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
40 lines
956 B
Plaintext
40 lines
956 B
Plaintext
# Contributor: Sodface <sod@sodface.com>
|
|
# Maintainer: Sodface <sod@sodface.com>
|
|
pkgname=cagebreak
|
|
pkgver=2.1.2
|
|
pkgrel=0
|
|
pkgdesc="Wayland tiling compositor inspired by Ratpoison"
|
|
url="https://github.com/project-repo/cagebreak"
|
|
license="MIT"
|
|
arch="all"
|
|
options="!check" # no test suite
|
|
depends="xwayland"
|
|
makedepends="
|
|
libevdev-dev
|
|
meson
|
|
pango-dev
|
|
scdoc
|
|
wayland-protocols
|
|
wlroots-dev
|
|
"
|
|
subpackages="$pkgname-doc"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/project-repo/cagebreak/archive/$pkgver.tar.gz"
|
|
|
|
build() {
|
|
# defaults to debug build without buildtype=release
|
|
abuild-meson \
|
|
--buildtype=release \
|
|
-Dman-pages=true \
|
|
-Dxwayland=true \
|
|
build
|
|
meson compile ${JOBS:+-j ${JOBS}} -C build
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C build
|
|
}
|
|
|
|
sha512sums="
|
|
b549d67731a90292141329b2e59f24253f310a521eb96dfa43033f60fb953a8dcdb6d3eed1ff3fd2b007b54acb3ff6e22d2107720e9298361040cd7e097dac9a cagebreak-2.1.2.tar.gz
|
|
"
|