xload: add license.

This commit is contained in:
Leah Neukirchen 2017-07-11 19:49:45 +02:00
parent 4218449b82
commit 3b099be2aa
1 changed files with 6 additions and 2 deletions

View File

@ -1,13 +1,17 @@
# Template file for 'xload'
pkgname=xload
version=1.1.2
revision=2
revision=3
build_style=gnu-configure
hostmakedepends="pkg-config xorg-util-macros"
makedepends="libXaw-devel"
short_desc="System load average display 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/xload.1.html"
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
checksum=83f8e6260435f1df2e2e5036bb3325688b79f0b33069ef445eff5058d127e078
post_install() {
vlicense COPYING
}