void-packages/srcpkgs/yank/template
2018-09-14 16:04:25 +02:00

16 lines
460 B
Bash

# Template file for 'yank'
pkgname=yank
version=1.0.0
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/releases/download/v${version}/yank-${version}.tar.gz"
checksum=20ba1b01a7514f2f670702e83846f42429e2e90491dc1f679c8319a45a0382de
post_install() {
vlicense LICENSE
}