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 +}