void-packages/srcpkgs/yank/template
2016-10-09 23:47:15 +02:00

18 lines
468 B
Bash

# Template file for 'yank'
pkgname=yank
version=0.7.1
revision=1
build_style=gnu-makefile
depends="xsel"
short_desc="Yank terminal output to clipboard"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/mptre/yank"
license="MIT"
distfiles="https://github.com/mptre/yank/archive/v${version}.tar.gz"
checksum=54be76ced7c68fa1f45bb18b66a62777e975c6febf32c9c4c0c9d9611297f717
do_install() {
make PREFIX=${DESTDIR}/usr install
vlicense LICENSE
}