wmname: add missing license.

Closes: #8201 [via git-merge-pr]
This commit is contained in:
maxice8 2017-10-13 11:48:27 -03:00 committed by Toyam Cox
parent b6332ec288
commit 4c16ab82fb
1 changed files with 6 additions and 2 deletions

View File

@ -1,16 +1,20 @@
# Template file for 'wmname'
pkgname=wmname
version=0.1
revision=4
revision=5
build_style=gnu-makefile
makedepends="libX11-devel"
short_desc="change the window manager name"
short_desc="Change the window manager name"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
homepage="http://www.suckless.org/"
distfiles="http://dl.suckless.org/tools/${pkgname}-${version}.tar.gz"
checksum=559ad188b2913167dcbb37ecfbb7ed474a7ec4bbcb0129d8d5d08cb9208d02c5
post_install() {
vlicense LICENSE
}
do_build() {
sed -e '/strip/d' -i Makefile
make CC=$CC INCS=-I. LDFLAGS="-lX11 $LDFLAGS" CFLAGS="$CFLAGS -DVERSION=\\\"$version\\\""