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-10-29 21:39:35 +02:00
version=20221029
gitver=481894147ae1ed9f3d8b7b3e6a22d6eb4e742af7
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