void-packages/srcpkgs/wgetpaste/template
2014-09-07 17:28:49 +02:00

19 lines
574 B
Plaintext

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