mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
twm: add license.
This commit is contained in:
parent
c79b922b14
commit
bb48614257
1 changed files with 6 additions and 2 deletions
|
@ -1,13 +1,17 @@
|
||||||
# Template file for 'twm'
|
# Template file for 'twm'
|
||||||
pkgname=twm
|
pkgname=twm
|
||||||
version=1.0.9
|
version=1.0.9
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config xorg-util-macros bison"
|
hostmakedepends="pkg-config xorg-util-macros bison"
|
||||||
makedepends="libXmu-devel"
|
makedepends="libXmu-devel"
|
||||||
short_desc="Tab Window Manager for the X Window System"
|
short_desc="Tab Window Manager for the X Window System"
|
||||||
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/twm.1.html"
|
homepage="http://www.x.org/archive/X11R6.8.1/doc/twm.1.html"
|
||||||
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=c575167ac33edf3bd1592f1bedfe0559debb128ed5fb4873c1278e3be166310a
|
checksum=c575167ac33edf3bd1592f1bedfe0559debb128ed5fb4873c1278e3be166310a
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue