void-packages/srcpkgs/wgetpaste/template

21 lines
683 B
Plaintext
Raw Normal View History

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