void-packages/srcpkgs/wgetpaste/template

29 lines
822 B
Plaintext

# Template file for 'wgetpaste'
pkgname=wgetpaste
version=2.20
revision=1
makedepends="bash wget"
short_desc="A script that automates pasting to a number of pastebin services"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://wgetpaste.zlin.dk/"
license="Public domain"
distfiles="http://wgetpaste.zlin.dk/$pkgname-$version.tar.bz2"
checksum=7a53836d02e07cefc3c2978bb129a037fa1e1222ba0e275c4e818230a6d6fb9e
long_desc="
A script that automates pasting to a number of pastebin services."
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
}
wgetpaste_package() {
depends="${makedepends}"
noarch="yes"
pkg_install() {
vmove usr
}
}