mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
New package: sxwm-1.5
This commit is contained in:
parent
fef5c733f5
commit
fca4b24372
1 changed files with 3 additions and 7 deletions
|
@ -5,7 +5,7 @@ revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="libX11-devel libXinerama-devel libXcursor-devel"
|
makedepends="libX11-devel libXinerama-devel libXcursor-devel"
|
||||||
depends="libX11 libXinerama libXcursor"
|
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>"
|
maintainer="rooyca <rooyca@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/uint23/sxwm"
|
homepage="https://github.com/uint23/sxwm"
|
||||||
|
@ -14,12 +14,8 @@ checksum=5443ae3955c50527c22253f20e1f6d5c96e6cc842ff7e3370d0f6920167148b7
|
||||||
|
|
||||||
LDFLAGS="-lX11 -lXinerama -lXcursor"
|
LDFLAGS="-lX11 -lXinerama -lXcursor"
|
||||||
|
|
||||||
do_install() {
|
post_install() {
|
||||||
make PREFIX=/usr DESTDIR=$DESTDIR install
|
|
||||||
vinstall default_sxrc 644 $HOME/.config/sxwmrc
|
vinstall default_sxrc 644 $HOME/.config/sxwmrc
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
rm -rf "${DESTDIR}/tmp"
|
rm -rf "${DESTDIR}/tmp"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue