void-packages/srcpkgs/lsw/template

18 lines
502 B
Bash
Raw Normal View History

2015-10-01 22:50:51 +00:00
# Template file for 'lsw'
pkgname=lsw
version=0.3
2016-05-24 11:45:21 +00:00
revision=2
2015-10-01 22:50:51 +00:00
build_style=gnu-makefile
makedepends="libX11-devel libXext-devel"
2016-05-24 11:45:21 +00:00
LDFLAGS="-lX11"
2015-10-01 22:50:51 +00:00
short_desc="Lists the titles of all running X windows to stdout, similar to ls(1)"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="MIT"
homepage="http://tools.suckless.org/lsw"
distfiles="http://dl.suckless.org/tools/lsw-${version}.tar.gz"
checksum=0b3f3ce16eef060df6e0d90327ee82593dfd75281347908698747cfa3f8d0655
2016-05-24 11:45:21 +00:00
post_install() {
2015-10-01 22:50:51 +00:00
vlicense LICENSE
}