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