added cwm

This commit is contained in:
Malte Kiefer
2021-01-01 18:53:21 +01:00
parent 6b455e4aa4
commit 32402fba0b
3 changed files with 26 additions and 0 deletions

1
core/cwm/.checksums Executable file
View File

@@ -0,0 +1 @@
3d6f20f90d6a05f3628b82625f1c3e77 v6.7.tar.gz

10
core/cwm/.pkgfiles Executable file
View File

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

15
core/cwm/spkgbuild Executable file
View File

@@ -0,0 +1,15 @@
# description : Linux port of the OpenBSD window manager
# depends : pkg-config libx11 libxft xrandr
name=cwm
version=6.7
release=1
options=""
noextract=""
backup=""
source="https://github.com/leahneukirchen/$name/archive/v$version.tar.gz"
build() {
cd $name-$version
make DESTDIR=$PKG install
}