void-packages/srcpkgs/yank/template

19 lines
482 B
Bash
Raw Normal View History

2015-10-14 11:23:32 +00:00
# Template file for 'yank'
pkgname=yank
2015-10-21 10:21:51 +00:00
version=0.4.1
2015-10-14 11:23:32 +00:00
revision=1
build_pie=yes
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"
2015-10-21 10:21:51 +00:00
checksum=cbd6b3c9d580fa619f3cba2c53b18d26674d587333976fe75b402f76ea01c4e5
2015-10-14 11:23:32 +00:00
do_install() {
make PREFIX=${DESTDIR}/usr install
vlicense LICENSE
}