void-packages/srcpkgs/wgetpaste/template
2019-03-13 21:55:16 -03:00

19 lines
559 B
Bash

# Template file for 'wgetpaste'
pkgname=wgetpaste
version=2.28
revision=1
archs=noarch
depends="bash wget"
short_desc="Script that automates pasting to a number of pastebin services"
maintainer="Juan RP <xtraeme@voidlinux.org>"
license="Public domain"
homepage="http://wgetpaste.zlin.dk/"
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
}