18 lines
546 B
Bash
18 lines
546 B
Bash
# Template file for 'wgetpaste'
|
|
pkgname=wgetpaste
|
|
version=2.30
|
|
revision=1
|
|
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=e3ec35f1ff49f2204864e3b4d784f6c032cdddb62cadf69263900c67a4896592
|
|
|
|
do_install() {
|
|
vbin ${pkgname}
|
|
vinstall _${pkgname} 644 usr/share/zsh/site-functions
|
|
vsconf ${FILESDIR}/${pkgname}.example
|
|
}
|