void-packages/srcpkgs/yank/template
2015-10-21 12:21:51 +02:00

18 lines
482 B
Bash

# Template file for 'yank'
pkgname=yank
version=0.4.1
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"
checksum=cbd6b3c9d580fa619f3cba2c53b18d26674d587333976fe75b402f76ea01c4e5
do_install() {
make PREFIX=${DESTDIR}/usr install
vlicense LICENSE
}