18 lines
468 B
Bash
18 lines
468 B
Bash
# Template file for 'yank'
|
|
pkgname=yank
|
|
version=0.8.3
|
|
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=39a3ccf6d2b0cb803b6d133c477030236660ef5349c7f0556b5a6644cc7588b0
|
|
|
|
do_install() {
|
|
make PREFIX=${DESTDIR}/usr install
|
|
vlicense LICENSE
|
|
}
|