void-packages/srcpkgs/yank/template
Alessio Sergi 2c08cf0d67 Revert "yank: update to 1.1.0"
This reverts commit 6954168058.

Will fix later.
2018-11-03 19:26:35 +01: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
}