void-packages/srcpkgs/wgetpaste/template

26 lines
770 B
Text
Raw Normal View History

2011-07-03 03:23:28 +00:00
# Template file for 'wgetpaste'
pkgname=wgetpaste
version=2.18
2011-10-30 17:33:31 +00:00
revision=1
2011-07-03 03:23:28 +00:00
distfiles="http://wgetpaste.zlin.dk/$pkgname-$version.tar.bz2"
short_desc="A script that automates pasting to a number of pastebin services"
maintainer="Robert Djubek <envy1988@gmail.com>"
homepage="http://wgetpaste.zlin.dk/"
license="Public domain"
checksum=95ee46eac37ca74ce960c1726afc19f4a1dde4d1875ac860fdc5e45d3cb05d3e
long_desc="
A script that automates pasting to a number of pastebin services"
2011-10-30 17:33:31 +00:00
noarch=yes
2011-07-03 03:23:28 +00:00
Add_dependency full bash
Add_dependency full wget
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
}