22 lines
510 B
Plaintext
22 lines
510 B
Plaintext
# 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=20220430
|
|
gitver=c55191fdc5a92fd003c5789bbb27dcbb1ff32b1b
|
|
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
|