void-packages/srcpkgs/wgetpaste/template
2015-08-12 10:26:12 +00:00

19 lines
577 B
Bash

# Template file for 'wgetpaste'
pkgname=wgetpaste
version=2.26
revision=2
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=9265cd0718c815cce19a12c4745f74b288cafce404a26d64daf85ddcbadc8f86
do_install() {
vbin ${pkgname}
vinstall _${pkgname} 644 usr/share/zsh/site-functions
vsconf ${FILESDIR}/${pkgname}.example
}