New package: sxwm-1.5

This commit is contained in:
rooyca 2025-05-16 11:39:51 -05:00 committed by Duncan Overbruck
parent fef5c733f5
commit fca4b24372

View file

@ -5,7 +5,7 @@ revision=1
build_style=gnu-makefile
makedepends="libX11-devel libXinerama-devel libXcursor-devel"
depends="libX11 libXinerama libXcursor"
short_desc="Tiling window managers dont have to be difficult"
short_desc="Minimal, fast, and highly configurable tiling window manager for X11"
maintainer="rooyca <rooyca@gmail.com>"
license="MIT"
homepage="https://github.com/uint23/sxwm"
@ -14,12 +14,8 @@ checksum=5443ae3955c50527c22253f20e1f6d5c96e6cc842ff7e3370d0f6920167148b7
LDFLAGS="-lX11 -lXinerama -lXcursor"
do_install() {
make PREFIX=/usr DESTDIR=$DESTDIR install
post_install() {
vinstall default_sxrc 644 $HOME/.config/sxwmrc
vlicense LICENSE
}
post_install() {
rm -rf "${DESTDIR}/tmp"
rm -rf "${DESTDIR}/tmp"
}