23 lines
697 B
Bash
23 lines
697 B
Bash
# Template file for 'xsel'
|
|
pkgname=xsel
|
|
version=1.2.1
|
|
revision=1
|
|
build_style="gnu-configure"
|
|
hostmakedepends="autoconf automake pkg-config"
|
|
makedepends="libXt-devel"
|
|
short_desc="Command-line getting and setting the contents of the X selection"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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="https://github.com/kfish/xsel/archive/refs/tags/${version}.tar.gz"
|
|
checksum=18487761f5ca626a036d65ef2db8ad9923bf61685e06e7533676c56d7d60eb14
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING LICENSE
|
|
}
|