void-packages/srcpkgs/yank/template
2019-08-30 09:44:21 +02:00

18 lines
554 B
Bash

# Template file for 'yank'
pkgname=yank
version=1.2.0
revision=1
build_style=gnu-makefile
make_use_env=yes
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=b500d1a71378e69a2a348032107e6d8db728b8f6af280a9bb4cb446c1d26e43a
post_install() {
vlicense LICENSE
}