New package: yank-0.4.0
This commit is contained in:
parent
841aa081c9
commit
ed9e274c20
1 changed files with 18 additions and 0 deletions
18
srcpkgs/yank/template
Normal file
18
srcpkgs/yank/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue