void-packages/srcpkgs/xclip/template
2021-08-22 16:38:22 +07:00

17 lines
494 B
Bash

# Template file for 'xclip'
pkgname=xclip
version=0.13
revision=2
build_style=gnu-configure
hostmakedepends="automake"
makedepends="libXmu-devel"
short_desc="Command line interface to the X11 clipboard"
maintainer="Steven R <dev@styez.com>"
license="GPL-2.0-or-later"
homepage="https://github.com/astrand/xclip"
distfiles="https://github.com/astrand/xclip/archive/${version}.tar.gz"
checksum=ca5b8804e3c910a66423a882d79bf3c9450b875ac8528791fb60ec9de667f758
pre_configure() {
autoreconf -fi
}