17 lines
468 B
Bash
17 lines
468 B
Bash
# Template file for 'yank'
|
|
pkgname=yank
|
|
version=0.8.2
|
|
revision=1
|
|
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=27678a82c5e5415902bc6c4186adadf860c1730822c3ef08b21132ca46331ce5
|
|
|
|
do_install() {
|
|
make PREFIX=${DESTDIR}/usr install
|
|
vlicense LICENSE
|
|
}
|