aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cagebreak
diff options
context:
space:
mode:
Diffstat (limited to 'testing/cagebreak')
-rw-r--r--testing/cagebreak/APKBUILD39
1 files changed, 0 insertions, 39 deletions
diff --git a/testing/cagebreak/APKBUILD b/testing/cagebreak/APKBUILD
deleted file mode 100644
index 0e2982b339e..00000000000
--- a/testing/cagebreak/APKBUILD
+++ /dev/null
@@ -1,39 +0,0 @@
-# Contributor: Sodface <sod@sodface.com>
-# Maintainer: Sodface <sod@sodface.com>
-pkgname=cagebreak
-pkgver=1.9.1
-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="
-10887cab94831c1bfc18b01fd247ca0d1c2615a5ca60ff4d3860226d8f9b7207e92f8d10b4b92bb088f4730b9a097c9083ed4368133621694eb2c6c9ffbeae3b cagebreak-1.9.1.tar.gz
-"