wmfs: add missing license.

This commit is contained in:
maxice8 2017-10-16 20:28:02 -02:00 committed by Enno Boland
parent 9434b6b4d6
commit a7c69f140b
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'wmfs'
pkgname=wmfs
version=201104
revision=5
revision=6
build_style=configure
configure_args="--prefix /usr --man-prefix /usr/share/man --xdg-config-dir /etc/xdg"
hostmakedepends="pkg-config"
@ -15,3 +15,7 @@ distfiles="https://github.com/downloads/xorg62/wmfs/wmfs-${version}.tar.gz"
checksum=c28b7cec28a6e3f2bc38a136fb1773bab8ec8f48c69ebe25c24192f96e782d64
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/freetype2"
post_install() {
vlicense COPYING
}