mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-02 18:13:07 +02:00
wgetpaste: update to 2.19.
This commit is contained in:
parent
251221617b
commit
2797dae160
1 changed files with 5 additions and 7 deletions
|
@ -1,23 +1,21 @@
|
||||||
# Template file for 'wgetpaste'
|
# Template file for 'wgetpaste'
|
||||||
pkgname=wgetpaste
|
pkgname=wgetpaste
|
||||||
version=2.18
|
version=2.19
|
||||||
revision=1
|
|
||||||
distfiles="http://wgetpaste.zlin.dk/$pkgname-$version.tar.bz2"
|
distfiles="http://wgetpaste.zlin.dk/$pkgname-$version.tar.bz2"
|
||||||
short_desc="A script that automates pasting to a number of pastebin services"
|
short_desc="A script that automates pasting to a number of pastebin services"
|
||||||
maintainer="Robert Djubek <envy1988@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://wgetpaste.zlin.dk/"
|
homepage="http://wgetpaste.zlin.dk/"
|
||||||
license="Public domain"
|
license="Public domain"
|
||||||
checksum=95ee46eac37ca74ce960c1726afc19f4a1dde4d1875ac860fdc5e45d3cb05d3e
|
checksum=bb832557fca3be838838a87d790cb535974ea70bd2393818201676212f0f3b5a
|
||||||
long_desc="
|
long_desc="
|
||||||
A script that automates pasting to a number of pastebin services"
|
A script that automates pasting to a number of pastebin services."
|
||||||
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
||||||
Add_dependency full bash
|
Add_dependency full bash
|
||||||
Add_dependency full wget
|
Add_dependency full wget
|
||||||
|
|
||||||
do_install()
|
do_install() {
|
||||||
{
|
|
||||||
vinstall ${pkgname} 755 usr/bin
|
vinstall ${pkgname} 755 usr/bin
|
||||||
vinstall _${pkgname} 644 usr/share/zsh/site-functions
|
vinstall _${pkgname} 644 usr/share/zsh/site-functions
|
||||||
vinstall ${FILESDIR}/${pkgname}.example 644 \
|
vinstall ${FILESDIR}/${pkgname}.example 644 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue