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-05-08 00:58:45 +02:00
version=20220430
gitver=c55191fdc5a92fd003c5789bbb27dcbb1ff32b1b
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