19 lines
590 B
Bash
19 lines
590 B
Bash
# Template file for 'wgetpaste'
|
|
pkgname=wgetpaste
|
|
version=2.33
|
|
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=e9359d84a3a63bbbd128621535c5302f2e3a85e23a52200e81e8fab9b77e971b
|
|
|
|
do_install() {
|
|
vbin ${pkgname}
|
|
vinstall _${pkgname} 644 usr/share/zsh/site-functions
|
|
vsconf ${FILESDIR}/${pkgname}.example
|
|
vlicense LICENSE
|
|
}
|