cagebreak: dropped

This commit is contained in:
John McQuah 2024-09-04 11:04:14 +00:00
parent 191c48ef5b
commit d3129c674d
4 changed files with 0 additions and 42 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/xdg/
drwxr-xr-x root/root etc/xdg/cagebreak/
-rw-r--r-- root/root etc/xdg/cagebreak/config
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/cagebreak

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxJfrvopY3kYM3DwbyhaPtHAUTG6EcPP8VylopmX6NznQ8/NN0yvKw2ZshJ/nVW+0knVldBTy0Gj5QJxKLSrIxwA=
SHA256 (Pkgfile) = 5e4a829cfdf2eddb8708ab6ad572e8443213d09812833eec2ededf50838e7c57
SHA256 (.footprint) = f7df7383a9f35105f153b6acfdcd73840445a4103be5f08d001674635fedd2e5
SHA256 (cagebreak-2.3.1.tar.gz) = 0ea5e896e710c8b89485d13149e58b73b5f6fed53b3a173dfc558b600b2bf413

View File

@ -1,5 +0,0 @@
#!/bin/sh
curl -s "https://raw.githubusercontent.com/project-repo/cagebreak/master/Changelog.md" \
| awk '/^## Release/ { print $NF }' \
| head -n 1

View File

@ -1,25 +0,0 @@
# Description: tiling wayland window manager similar to ratpoison
# URL: https://github.com/project-repo/cagebreak/
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: wlroots libxkbcommon
# Optional: scdoc xorg-xwayland
name=cagebreak
version=2.3.1
release=1
source=(https://github.com/project-repo/$name/archive/$version/$name-$version.tar.gz)
build() {
PKGMK_OPTS="--prefix=/usr --buildtype=release -Db_lto=true -Db_pie=true"
prt-get isinst xorg-xwayland && PKGMK_OPTS+=" -Dxwayland=true"
prt-get isinst scdoc && PKGMK_OPTS+=" -Dman-pages=true"
cd $name-$version
mkdir -p bld
meson setup bld $PKGMK_OPTS
ninja -C bld -j ${JOBS:-1}
DESTDIR=$PKG ninja -C bld install
rm -rf $PKG/usr/share/licenses
}