void-packages/srcpkgs/yank/template
2016-03-15 06:28:06 +01:00

17 lines
468 B
Bash

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