contrib/cwm/Pkgfile

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=20211130
gitver=35b0da9202fbfd83662a0649313b5c4b8cb97f5e
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