18 lines
559 B
Bash
18 lines
559 B
Bash
# Template file for 'wgetpaste'
|
|
pkgname=wgetpaste
|
|
version=2.29
|
|
revision=1
|
|
archs=noarch
|
|
depends="bash wget"
|
|
short_desc="Script that automates pasting to a number of pastebin services"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Public domain"
|
|
homepage="http://wgetpaste.zlin.dk/"
|
|
distfiles="http://wgetpaste.zlin.dk/${pkgname}-${version}.tar.bz2"
|
|
checksum=42e42437f97376c9a2793839344205eff40c9f6b4a7d356e17fef83f72e7e0e6
|
|
|
|
do_install() {
|
|
vbin ${pkgname}
|
|
vinstall _${pkgname} 644 usr/share/zsh/site-functions
|
|
vsconf ${FILESDIR}/${pkgname}.example
|
|
}
|