contrib/cwm/Pkgfile

22 lines
510 B
Plaintext
Raw Normal View History

2020-12-30 22:26:48 +01:00
# Description: Linux port of the OpenBSD window manager
# URL: https://github.com/leahneukirchen/cwm
# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu
2022-04-30 19:41:41 +02:00
# Depends on: pkgconf xorg-libx11 xorg-libxft xorg-xrandr
2020-12-30 22:26:48 +01:00
name=cwm
2022-04-30 19:41:41 +02:00
version=20211130
gitver=35b0da9202fbfd83662a0649313b5c4b8cb97f5e
2020-12-30 22:26:48 +01:00
release=1
2021-02-08 23:14:30 +01:00
source=(
https://github.com/leahneukirchen/${name}/archive/\
${gitver}/${name}-${version}.tar.gz
)
2020-12-30 22:26:48 +01:00
build() {
cd ${name}-${gitver}
2021-02-08 23:14:30 +01:00
make PREFIX=/usr DESTDIR="${PKG}" install
2020-12-30 22:26:48 +01:00
}
# s-sh-mode