# Template file for 'wgetpaste' pkgname=wgetpaste version=2.20 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 " 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 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 }