void-packages/srcpkgs/yank/template

18 lines
468 B
Bash
Raw Normal View History

2015-10-14 13:23:32 +02:00
# Template file for 'yank'
pkgname=yank
2015-11-15 12:07:51 +01:00
version=0.5.0
2015-10-14 13:23:32 +02:00
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"
2015-11-15 12:07:51 +01:00
checksum=237a8406130fda2f555ef2696e114ef508257743feb02865b21f62db43c52fa5
2015-10-14 13:23:32 +02:00
do_install() {
make PREFIX=${DESTDIR}/usr install
vlicense LICENSE
}