mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
xsel: fix license
This commit is contained in:
parent
ac36017f28
commit
226e72a247
1 changed files with 6 additions and 2 deletions
|
@ -1,12 +1,16 @@
|
||||||
# Template file for 'xsel'
|
# Template file for 'xsel'
|
||||||
pkgname=xsel
|
pkgname=xsel
|
||||||
version=1.2.0
|
version=1.2.0
|
||||||
revision=4
|
revision=5
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
makedepends="libXt-devel"
|
makedepends="libXt-devel"
|
||||||
short_desc="Command-line getting and setting the contents of the X selection"
|
short_desc="Command-line getting and setting the contents of the X selection"
|
||||||
maintainer="Steven R <dev@styez.com>"
|
maintainer="Steven R <dev@styez.com>"
|
||||||
license="custom"
|
license="HPND-sell-variant"
|
||||||
homepage="http://www.vergenet.net/~conrad/software/xsel/"
|
homepage="http://www.vergenet.net/~conrad/software/xsel/"
|
||||||
distfiles="http://www.vergenet.net/~conrad/software/xsel/download/xsel-${version}.tar.gz"
|
distfiles="http://www.vergenet.net/~conrad/software/xsel/download/xsel-${version}.tar.gz"
|
||||||
checksum=b927ce08dc82f4c30140223959b90cf65e1076f000ce95e520419ec32f5b141c
|
checksum=b927ce08dc82f4c30140223959b90cf65e1076f000ce95e520419ec32f5b141c
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue