void-packages/srcpkgs/yank/template

18 lines
468 B
Bash

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