From 4218449b829103232fdccf1f3817d525a1e85bc5 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 11 Jul 2017 19:49:43 +0200 Subject: [PATCH] xkbprint: add license. --- srcpkgs/xkbprint/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xkbprint/template b/srcpkgs/xkbprint/template index 30011ff362b..24522a20688 100644 --- a/srcpkgs/xkbprint/template +++ b/srcpkgs/xkbprint/template @@ -1,13 +1,17 @@ # Template build file for 'xkbprint'. pkgname=xkbprint version=1.0.4 -revision=2 +revision=3 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="libxkbfile-devel" short_desc="Print an XKB keyboard description" homepage="http://xorg.freedesktop.org" license="MIT" -maintainer="Christian Neukirchen " +maintainer="Leah Neukirchen " distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2" checksum=0b3faab8fefad03dfb7e866f634cf859822801de6b5fc6cf5e0a62857ed93e12 + +post_install() { + vlicense COPYING +}