Merge pull request #3101 from diogoleal/snapwm
New package: snapwm-2.0.2
This commit is contained in:
commit
fdada9bd62
1 changed files with 23 additions and 0 deletions
23
srcpkgs/snapwm/template
Normal file
23
srcpkgs/snapwm/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Template file for 'snapwm'
|
||||||
|
pkgname=snapwm
|
||||||
|
version=2.0.2
|
||||||
|
revision=1
|
||||||
|
wrksrc=${pkgname}-stable-${version}
|
||||||
|
build_style=gnu-makefile
|
||||||
|
makedepends="libX11-devel libXinerama-devel libXrandr-devel"
|
||||||
|
short_desc="A minimal and lightweight dynamic tiling window manager"
|
||||||
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/moetunes/snapwm-stable"
|
||||||
|
distfiles="https://github.com/moetunes/snapwm-stable/archive/v${version}.tar.gz"
|
||||||
|
checksum=ee9423c542bf5c083b58126dd4f71695dbd4e5a7347e10db3504ccddf1bc8256
|
||||||
|
CFLAGS="-std=c99"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
head -20 snapwm.c > LICENSE
|
||||||
|
vlicense LICENSE
|
||||||
|
vdoc README.md
|
||||||
|
vdoc sample.apps.conf
|
||||||
|
vdoc sample.key.conf
|
||||||
|
vdoc sample.rc.conf
|
||||||
|
}
|
Loading…
Reference in a new issue