void-packages/srcpkgs/wgetpaste/template

19 lines
574 B
Text
Raw Normal View History

2011-07-03 03:23:28 +00:00
# Template file for 'wgetpaste'
pkgname=wgetpaste
2014-09-07 15:28:49 +00:00
version=2.25
revision=1
2014-09-07 15:28:49 +00:00
depends="bash wget"
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"
2014-09-07 15:28:49 +00:00
checksum=6a7e078e6607f4fe819fc52857a601630ec0f7d2ee855d3b1cd7e75a904c40f4
2011-07-03 03:23:28 +00:00
2012-05-11 08:37:03 +00:00
do_install() {
2014-09-07 15:28:49 +00:00
vbin ${pkgname}
2011-10-30 17:33:31 +00:00
vinstall _${pkgname} 644 usr/share/zsh/site-functions
2014-09-07 15:28:49 +00:00
vsconf ${FILESDIR}/${pkgname}.example
2011-07-03 03:23:28 +00:00
}