18 lines
502 B
Bash
18 lines
502 B
Bash
# Template file for 'lsw'
|
|
pkgname=lsw
|
|
version=0.3
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
makedepends="libX11-devel libXext-devel"
|
|
LDFLAGS="-lX11"
|
|
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
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|