void-packages/srcpkgs/wgetpaste/template

24 lines
738 B
Plaintext
Raw Normal View History

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