xclock: add license.

This commit is contained in:
Leah Neukirchen 2017-07-11 19:49:02 +02:00
parent a53d24dd8a
commit 6c031bcf4c

View file

@ -1,13 +1,17 @@
# Template file for 'xclock'
pkgname=xclock
version=1.0.7
revision=3
revision=4
build_style=gnu-configure
hostmakedepends="pkg-config xorg-util-macros"
makedepends="libXmu-devel libXaw-devel libxkbfile-devel libXft-devel"
short_desc="Analog and digital clock for X"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="http://www.x.org/archive/X11R6.8.1/doc/xclock.1.html"
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
checksum=23ceeca94e3e20a6c26a703ac7f789066d4517f8d2cb717ae7cb28a617d97dd0
post_install() {
vlicense COPYING
}