void-packages/srcpkgs/pastebinit/template
2015-09-03 19:06:40 -04:00

32 lines
749 B
Bash

# Template file for 'pastebinit'
pkgname=pastebinit
version=1.4.1
revision=2
hostmakedepends="asciidoc"
depends="python3.4"
short_desc="Pastebin command-line client"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="GPL-2, GPL-3"
homepage="https://launchpad.net/pastebinit"
distfiles="https://launchpad.net/${pkgname}/trunk/${version}/+download/${pkgname}-${version}.tar.gz"
checksum="39e3dcb98d2aa9d65f86c648c375ca75fa312fc773e568963e9aefffea0c9bf7"
noarch=yes
do_build() {
a2x -f manpage pastebinit.xml
cd po && make
}
do_install() {
vbin pastebinit
vman pastebinit.1
for util in pbget pbput pbputs; do
vbin utils/${util}
vman utils/${util}.1
done
vcopy pastebin.d usr/share/pastebint.d/
vcopy po/mo usr/share/locale
}