xlockmore: add missing license

Closes: #8144 [via git-merge-pr]
This commit is contained in:
cr6git 2017-10-14 11:02:02 +02:00 committed by Michael Aldridge
parent 4b3e19e9f6
commit dc0b04f003
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'xlockmore'
pkgname=xlockmore
version=5.55
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="freetype-devel libXt-devel libXext-devel"
@ -21,4 +21,7 @@ do_install() {
bindir=${DESTDIR}/usr/bin mandir=${DESTDIR}/usr/share/man/man1 \
prefix=${DESTDIR}/usr install
chmod u+s ${DESTDIR}/usr/bin/xlock
sed -n 56,74p xlock/xlock.h > LICENSE
vlicense LICENSE
}