xconsole: add license.
This commit is contained in:
parent
56756b690c
commit
395a158b11
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'xconsole'.
|
||||
pkgname=xconsole
|
||||
version=1.0.7
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libXaw-devel"
|
||||
|
@ -11,3 +11,7 @@ license="MIT"
|
|||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
|
||||
checksum=d1144882df207378381bc83927906559defbf7b83a01d52c50ad44234c5851e0
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue