diff --git a/srcpkgs/pastebinit/template b/srcpkgs/pastebinit/template new file mode 100644 index 0000000000..13b5f560f7 --- /dev/null +++ b/srcpkgs/pastebinit/template @@ -0,0 +1,33 @@ +# Template file for 'pastebinit' +pkgname=pastebinit +version=1.4.1 +revision=1 +hostmakedepends="asciidoc" +short_desc="Pastebin command-line client" +maintainer="Steve Prybylski " +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 + + vmkdir usr/share/pastebinit.d + vcopy pastebin.d usr/share/pastebint.d/ + + vcopy po/mo usr/share/locale +} +