From 32402fba0ba91bb9ee4c0ea96ceed4656dbfc1ec Mon Sep 17 00:00:00 2001 From: Malte Kiefer Date: Fri, 1 Jan 2021 18:53:21 +0100 Subject: [PATCH] added cwm --- core/cwm/.checksums | 1 + core/cwm/.pkgfiles | 10 ++++++++++ core/cwm/spkgbuild | 15 +++++++++++++++ 3 files changed, 26 insertions(+) create mode 100755 core/cwm/.checksums create mode 100755 core/cwm/.pkgfiles create mode 100755 core/cwm/spkgbuild diff --git a/core/cwm/.checksums b/core/cwm/.checksums new file mode 100755 index 000000000..2bcac1bd5 --- /dev/null +++ b/core/cwm/.checksums @@ -0,0 +1 @@ +3d6f20f90d6a05f3628b82625f1c3e77 v6.7.tar.gz diff --git a/core/cwm/.pkgfiles b/core/cwm/.pkgfiles new file mode 100755 index 000000000..09a3805e2 --- /dev/null +++ b/core/cwm/.pkgfiles @@ -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 diff --git a/core/cwm/spkgbuild b/core/cwm/spkgbuild new file mode 100755 index 000000000..8c710dbaf --- /dev/null +++ b/core/cwm/spkgbuild @@ -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 +}