void-packages/srcpkgs/wgetpaste/template
2012-05-11 10:37:03 +02:00

23 lines
753 B
Text

# Template file for 'wgetpaste'
pkgname=wgetpaste
version=2.19
distfiles="http://wgetpaste.zlin.dk/$pkgname-$version.tar.bz2"
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=bb832557fca3be838838a87d790cb535974ea70bd2393818201676212f0f3b5a
long_desc="
A script that automates pasting to a number of pastebin services."
noarch=yes
Add_dependency full bash
Add_dependency full wget
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
}