Merge pull request #2450 from steski/pastebinit
pastebinit: add python3.4 to depends
This commit is contained in:
commit
2577e1aedd
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'pastebinit'
|
||||
pkgname=pastebinit
|
||||
version=1.4.1
|
||||
revision=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"
|
||||
|
@ -25,9 +26,7 @@ do_install() {
|
|||
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