oclock: add license.

This commit is contained in:
Leah Neukirchen 2017-07-11 19:43:28 +02:00
parent c8068d02a1
commit cf643b966a
1 changed files with 6 additions and 2 deletions

View File

@ -1,13 +1,17 @@
# Template build file for 'oclock'.
pkgname=oclock
version=1.0.3
revision=2
revision=3
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libXmu-devel libxkbfile-devel"
short_desc="Round X clock"
homepage="http://xorg.freedesktop.org"
license="MIT"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
maintainer="Leah Neukirchen <leah@vuxu.org>"
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
checksum=54f5fb85f5828705683f457e559fb18753332db15ae82da561b0ae5a63915091
post_install() {
vlicense COPYING
}