cwm: dropped

This commit is contained in:
Tim Biermann 2022-12-22 10:09:15 +00:00
parent 01c2af0b68
commit ddc609e094
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 35 deletions

View File

@ -1,9 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/cwm
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/cwm.1.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/cwmrc.5.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32j+3Dn/lGu5lvMBexuH+g+w0b5kv0vyUYAyTKneKfvfHeWKAfbVtErX8VN7OR3anzUIWfAIXPeBJYK4+OiDOwo=
SHA256 (Pkgfile) = bb78d46e968cad518fcbdf0c3951336307443dc37ab27b8865a622b3a1324b8f
SHA256 (.footprint) = 09d45da21d8f440a5399ad784f50a446f3e8afc699b4d2fea3ad157978641bbe
SHA256 (cwm-20221029.tar.gz) = 53999debf124715f764c3380243133cc7d0187a53147cc83615e311596d53127

View File

@ -1,21 +0,0 @@
# Description: Linux port of the OpenBSD window manager
# URL: https://github.com/leahneukirchen/cwm
# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu
# Depends on: pkgconf xorg-libx11 xorg-libxft xorg-xrandr
name=cwm
version=20221029
gitver=481894147ae1ed9f3d8b7b3e6a22d6eb4e742af7
release=1
source=(
https://github.com/leahneukirchen/${name}/archive/\
${gitver}/${name}-${version}.tar.gz
)
build() {
cd ${name}-${gitver}
make PREFIX=/usr DESTDIR="${PKG}" install
}
# s-sh-mode