void-packages/srcpkgs/wgetpaste/template
2016-03-09 07:55:00 +01:00

18 lines
556 B
Bash

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