rooster: add makejobs to cargo build

This commit is contained in:
cr6git 2018-09-24 10:05:10 +02:00 committed by GitHub
parent 8636334fc2
commit 443d171ea0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -2,12 +2,12 @@
pkgname=rooster
version=2.7.1
revision=1
hostmakedepends="cargo pkg-config python3 xclip"
hostmakedepends="cargo pkg-config python3"
makedepends="libX11-devel libXmu-devel"
maintainer="cr6git <quark6@protonmail.com>"
short_desc="Simple password manager for geeks"
homepage="https://github.com/conradkdotcom/rooster"
maintainer="cr6git <quark6@protonmail.com>"
license="Apache-2.0"
homepage="https://github.com/conradkdotcom/rooster"
distfiles="https://github.com/conradkdotcom/rooster/archive/v${version}.tar.gz"
checksum=b1413d220f240e9f9fc99e3be705c029a10f82e67df2858ee15ba09c3f5c1b51
@ -22,7 +22,7 @@ post_extract() {
}
do_build() {
cargo build --release
cargo build --release ${makejobs}
}
do_install() {