yank: update to 1.0.0
This commit is contained in:
parent
ebcc93fd50
commit
18f31599dd
1 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'yank'
|
# Template file for 'yank'
|
||||||
pkgname=yank
|
pkgname=yank
|
||||||
version=0.8.3
|
version=1.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
depends="xsel"
|
depends="xsel"
|
||||||
|
@ -8,10 +8,9 @@ short_desc="Yank terminal output to clipboard"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/mptre/yank"
|
homepage="https://github.com/mptre/yank"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="https://github.com/mptre/yank/archive/v${version}.tar.gz"
|
distfiles="https://github.com/mptre/yank/releases/download/v${version}/yank-${version}.tar.gz"
|
||||||
checksum=39a3ccf6d2b0cb803b6d133c477030236660ef5349c7f0556b5a6644cc7588b0
|
checksum=20ba1b01a7514f2f670702e83846f42429e2e90491dc1f679c8319a45a0382de
|
||||||
|
|
||||||
do_install() {
|
post_install() {
|
||||||
make PREFIX=${DESTDIR}/usr install
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue