19 lines
482 B
Bash
19 lines
482 B
Bash
|
# 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
|
||
|
}
|