void-packages/srcpkgs/wgetpaste/template

24 lines
738 B
Plaintext

# Template file for 'wgetpaste'
pkgname=wgetpaste
version=2.20
distfiles="http://wgetpaste.zlin.dk/$pkgname-$version.tar.bz2"
fulldepends="bash wget"
revision=1
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"
checksum=7a53836d02e07cefc3c2978bb129a037fa1e1222ba0e275c4e818230a6d6fb9e
long_desc="
A script that automates pasting to a number of pastebin services."
noarch=yes
do_install() {
vinstall ${pkgname} 755 usr/bin
vinstall _${pkgname} 644 usr/share/zsh/site-functions
vinstall ${FILESDIR}/${pkgname}.example 644 \
usr/share/examples/${pkgname} ${pkgname}.conf.example
}