void-packages/srcpkgs/wgetpaste/template

24 lines
738 B
Text
Raw Normal View History

2011-07-03 03:23:28 +00:00
# Template file for 'wgetpaste'
pkgname=wgetpaste
2012-05-14 07:55:02 +00:00
version=2.20
2011-07-03 03:23:28 +00:00
distfiles="http://wgetpaste.zlin.dk/$pkgname-$version.tar.bz2"
fulldepends="bash wget"
revision=1
2011-07-03 03:23:28 +00:00
short_desc="A script that automates pasting to a number of pastebin services"
2012-05-11 08:37:03 +00:00
maintainer="Juan RP <xtraeme@gmail.com>"
2011-07-03 03:23:28 +00:00
homepage="http://wgetpaste.zlin.dk/"
license="Public domain"
2012-05-14 07:55:02 +00:00
checksum=7a53836d02e07cefc3c2978bb129a037fa1e1222ba0e275c4e818230a6d6fb9e
2011-07-03 03:23:28 +00:00
long_desc="
2012-05-11 08:37:03 +00:00
A script that automates pasting to a number of pastebin services."
2011-07-03 03:23:28 +00:00
2011-10-30 17:33:31 +00:00
noarch=yes
2011-07-03 03:23:28 +00:00
2012-05-11 08:37:03 +00:00
do_install() {
2011-10-30 17:33:31 +00:00
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
2011-07-03 03:23:28 +00:00
}