2015-10-14 13:23:32 +02:00
|
|
|
# Template file for 'yank'
|
|
|
|
pkgname=yank
|
2015-12-08 23:23:23 +01:00
|
|
|
version=0.6.0
|
2015-10-14 13:23:32 +02:00
|
|
|
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"
|
2015-12-08 23:23:23 +01:00
|
|
|
checksum=06de92ab1368f29311264c7924457ec6ef0415f77c8d38e807b32bd89beb9cde
|
2015-10-14 13:23:32 +02:00
|
|
|
|
|
|
|
do_install() {
|
|
|
|
make PREFIX=${DESTDIR}/usr install
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|