New package: yank-0.4.0

This commit is contained in:
Alessio Sergi 2015-10-14 13:23:32 +02:00
parent 841aa081c9
commit ed9e274c20

18
srcpkgs/yank/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'yank'
pkgname=yank
version=0.4.0
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=1adf1b07f7cb9401daeed7a05bad492db8ed77ead4728d9b45f541d56bc2e8c5
do_install() {
make PREFIX=${DESTDIR}/usr install
vlicense LICENSE
}