19 lines
556 B
Bash
19 lines
556 B
Bash
# Template file for 'wgetpaste'
|
|
pkgname=wgetpaste
|
|
version=2.28
|
|
revision=1
|
|
depends="bash wget"
|
|
noarch="yes"
|
|
short_desc="A script that automates pasting to a number of pastebin services"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://wgetpaste.zlin.dk/"
|
|
license="Public domain"
|
|
distfiles="http://wgetpaste.zlin.dk/$pkgname-$version.tar.bz2"
|
|
checksum=538d38bab491544bdf6f05f7a38f83d4c3dfee77de7759cb6b9be1ebfdd609c2
|
|
|
|
do_install() {
|
|
vbin ${pkgname}
|
|
vinstall _${pkgname} 644 usr/share/zsh/site-functions
|
|
vsconf ${FILESDIR}/${pkgname}.example
|
|
}
|