mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
xbiff: add license.
This commit is contained in:
parent
8ea46d813f
commit
b655e5d75f
1 changed files with 6 additions and 2 deletions
|
@ -1,13 +1,17 @@
|
||||||
# Template build file for 'xbiff'.
|
# Template build file for 'xbiff'.
|
||||||
pkgname=xbiff
|
pkgname=xbiff
|
||||||
version=1.0.3
|
version=1.0.3
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libXaw-devel xbitmaps"
|
makedepends="libXaw-devel xbitmaps"
|
||||||
short_desc="Mailbox flag for X"
|
short_desc="Mailbox flag for X"
|
||||||
homepage="http://xorg.freedesktop.org"
|
homepage="http://xorg.freedesktop.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||||
checksum=aa1db4f31f7afcfe131bda7ff6e380ff7de41cf1a7009464783043c817c47ce8
|
checksum=aa1db4f31f7afcfe131bda7ff6e380ff7de41cf1a7009464783043c817c47ce8
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue