void-packages/srcpkgs/wgetpaste/template

21 lines
683 B
Text
Raw Normal View History

2011-07-03 03:23:28 +00:00
# Template file for 'wgetpaste'
pkgname=wgetpaste
2013-05-01 11:24:37 +00:00
version=2.22
revision=1
makedepends="bash wget"
depends="${makedepends}"
noarch="yes"
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"
distfiles="http://wgetpaste.zlin.dk/$pkgname-$version.tar.bz2"
2013-05-01 11:24:37 +00:00
checksum=a903d4b93e487046226ad77037a28cb5f6cf2465bf212e5edf568c4135f6fe05
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
}