void-packages/srcpkgs/xsel/template

18 lines
607 B
Bash

# Template file for 'xsel'
pkgname=xsel
version=1.2.0
revision=5
build_style="gnu-configure"
makedepends="libXt-devel"
short_desc="Command-line getting and setting the contents of the X selection"
maintainer="Steven R <dev@styez.com>"
license="HPND-sell-variant"
homepage="http://www.kfish.org/software/xsel/"
changelog="https://raw.githubusercontent.com/kfish/xsel/master/release_notes/xsel-${version}.txt"
distfiles="http://www.kfish.org/software/xsel/download/xsel-${version}.tar.gz"
checksum=b927ce08dc82f4c30140223959b90cf65e1076f000ce95e520419ec32f5b141c
post_install() {
vlicense COPYING LICENSE
}