mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
xload: add license.
This commit is contained in:
parent
4218449b82
commit
3b099be2aa
1 changed files with 6 additions and 2 deletions
|
@ -1,13 +1,17 @@
|
||||||
# Template file for 'xload'
|
# Template file for 'xload'
|
||||||
pkgname=xload
|
pkgname=xload
|
||||||
version=1.1.2
|
version=1.1.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config xorg-util-macros"
|
hostmakedepends="pkg-config xorg-util-macros"
|
||||||
makedepends="libXaw-devel"
|
makedepends="libXaw-devel"
|
||||||
short_desc="System load average display for X"
|
short_desc="System load average display for X"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.x.org/archive/X11R6.8.1/doc/xload.1.html"
|
homepage="http://www.x.org/archive/X11R6.8.1/doc/xload.1.html"
|
||||||
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=83f8e6260435f1df2e2e5036bb3325688b79f0b33069ef445eff5058d127e078
|
checksum=83f8e6260435f1df2e2e5036bb3325688b79f0b33069ef445eff5058d127e078
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue