vp-build/srcpkgs/xclip/template

18 lines
483 B
Bash

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