pastebinit: remove noarch
This commit is contained in:
parent
4edbef76bc
commit
8be376c853
1 changed files with 3 additions and 5 deletions
|
@ -1,20 +1,19 @@
|
||||||
# Template file for 'pastebinit'
|
# Template file for 'pastebinit'
|
||||||
pkgname=pastebinit
|
pkgname=pastebinit
|
||||||
version=1.5
|
version=1.5
|
||||||
revision=3
|
revision=4
|
||||||
archs=noarch
|
|
||||||
hostmakedepends="asciidoc gettext"
|
hostmakedepends="asciidoc gettext"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="Pastebin command-line client"
|
short_desc="Pastebin command-line client"
|
||||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://launchpad.net/pastebinit"
|
homepage="https://launchpad.net/pastebinit"
|
||||||
distfiles="https://launchpad.net/${pkgname}/trunk/${version}/+download/${pkgname}-${version}.tar.gz"
|
distfiles="https://launchpad.net/${pkgname}/trunk/${version}/+download/${pkgname}-${version}.tar.gz"
|
||||||
checksum=0d931dddb3744ed38aa2d319dd2d8a2f38a391011ff99db68ce7c83ab8f5b62f
|
checksum=0d931dddb3744ed38aa2d319dd2d8a2f38a391011ff99db68ce7c83ab8f5b62f
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
a2x -f manpage pastebinit.xml
|
a2x -f manpage pastebinit.xml
|
||||||
cd po && make
|
make -C po
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
@ -29,4 +28,3 @@ do_install() {
|
||||||
vcopy pastebin.d usr/share/pastebin.d/
|
vcopy pastebin.d usr/share/pastebin.d/
|
||||||
vcopy po/mo usr/share/locale
|
vcopy po/mo usr/share/locale
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue