lsw: fix homepage=

This commit is contained in:
maxice8 2019-02-22 20:37:51 -03:00 committed by maxice8
parent 32d8ce45fc
commit ca150e96df

View file

@ -1,17 +1,18 @@
# Template file for 'lsw'
pkgname=lsw
version=0.3
revision=2
revision=3
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"
homepage="http://tools.suckless.org/x/lsw"
distfiles="http://dl.suckless.org/tools/lsw-${version}.tar.gz"
checksum=0b3f3ce16eef060df6e0d90327ee82593dfd75281347908698747cfa3f8d0655
LDFLAGS="-lX11"
post_install() {
vlicense LICENSE
}