Merge pull request #2420 from steski/pastebinit
New package: pastebinit-1.4.1
This commit is contained in:
commit
1005daa019
33
srcpkgs/pastebinit/template
Normal file
33
srcpkgs/pastebinit/template
Normal file
|
@ -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 <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
|
||||
|
||||
vmkdir usr/share/pastebinit.d
|
||||
vcopy pastebin.d usr/share/pastebint.d/
|
||||
|
||||
vcopy po/mo usr/share/locale
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user