18 lines
554 B
Bash
18 lines
554 B
Bash
# Template file for 'yank'
|
|
pkgname=yank
|
|
version=1.1.0
|
|
revision=1
|
|
make_use_env=yes
|
|
build_style=gnu-makefile
|
|
depends="xsel"
|
|
short_desc="Yank terminal output to clipboard"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/mptre/yank"
|
|
changelog="https://raw.githubusercontent.com/mptre/yank/master/CHANGELOG.md"
|
|
distfiles="https://github.com/mptre/yank/releases/download/v${version}/yank-${version}.tar.gz"
|
|
checksum=f197107cd604c41ef3c2390175bd34e5ad3c7cf1feafedefe357ba75149f1c59
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|