# Template file for 'wgetpaste'
pkgname=wgetpaste
version=2.34
revision=1
depends="bash wget"
short_desc="Script that automates pasting to a number of pastebin services"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://wgetpaste.zlin.dk/"
distfiles="https://github.com/zlin/wgetpaste/releases/download/${version}/wgetpaste-${version}.tar.xz"
checksum=bd6d06ed901a3d63c9c8c57126084ff0994f09901bfb1638b87953eac1e9433f

do_install() {
	vbin wgetpaste
	vinstall _wgetpaste 644 usr/share/zsh/site-functions
	vsconf ${FILESDIR}/wgetpaste.example
	vlicense LICENSE
}
