mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
New package: sxwm-1.5
This commit is contained in:
parent
5c0f484762
commit
fef5c733f5
1 changed files with 25 additions and 0 deletions
25
srcpkgs/sxwm/template
Normal file
25
srcpkgs/sxwm/template
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'sxwm'
|
||||
pkgname=sxwm
|
||||
version=1.5
|
||||
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"
|
||||
maintainer="rooyca <rooyca@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/uint23/sxwm"
|
||||
distfiles="https://github.com/uint23/sxwm/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=5443ae3955c50527c22253f20e1f6d5c96e6cc842ff7e3370d0f6920167148b7
|
||||
|
||||
LDFLAGS="-lX11 -lXinerama -lXcursor"
|
||||
|
||||
do_install() {
|
||||
make PREFIX=/usr DESTDIR=$DESTDIR install
|
||||
vinstall default_sxrc 644 $HOME/.config/sxwmrc
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
post_install() {
|
||||
rm -rf "${DESTDIR}/tmp"
|
||||
}
|
Loading…
Add table
Reference in a new issue