xclock: add license.
This commit is contained in:
parent
a53d24dd8a
commit
6c031bcf4c
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue