From ed9e274c20c922bdb87810a72a10ef2301efff8d Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Wed, 14 Oct 2015 13:23:32 +0200 Subject: [PATCH] New package: yank-0.4.0 --- srcpkgs/yank/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/yank/template diff --git a/srcpkgs/yank/template b/srcpkgs/yank/template new file mode 100644 index 0000000000..1d3fbf837c --- /dev/null +++ b/srcpkgs/yank/template @@ -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 " +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 +}