wgetpaste: update to 2.32.
This commit is contained in:
parent
b54762b0c7
commit
5c20522683
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'wgetpaste'
|
# Template file for 'wgetpaste'
|
||||||
pkgname=wgetpaste
|
pkgname=wgetpaste
|
||||||
version=2.30
|
version=2.32
|
||||||
revision=1
|
revision=1
|
||||||
depends="bash wget"
|
depends="bash wget"
|
||||||
short_desc="Script that automates pasting to a number of pastebin services"
|
short_desc="Script that automates pasting to a number of pastebin services"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Public Domain"
|
license="MIT"
|
||||||
homepage="http://wgetpaste.zlin.dk/"
|
homepage="http://wgetpaste.zlin.dk/"
|
||||||
distfiles="http://wgetpaste.zlin.dk/${pkgname}-${version}.tar.bz2"
|
distfiles="https://github.com/zlin/wgetpaste/releases/download/${version}/wgetpaste-${version}.tar.xz"
|
||||||
checksum=e3ec35f1ff49f2204864e3b4d784f6c032cdddb62cadf69263900c67a4896592
|
checksum=621dbafbc7bcf5438f11447a325d8974069e3df03ef0c8bb2a2cc3de2c0cdb13
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin ${pkgname}
|
vbin ${pkgname}
|
||||||
vinstall _${pkgname} 644 usr/share/zsh/site-functions
|
vinstall _${pkgname} 644 usr/share/zsh/site-functions
|
||||||
vsconf ${FILESDIR}/${pkgname}.example
|
vsconf ${FILESDIR}/${pkgname}.example
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue