diff --git a/srcpkgs/rooster/template b/srcpkgs/rooster/template index cec5034648d..ffbe994bdf0 100644 --- a/srcpkgs/rooster/template +++ b/srcpkgs/rooster/template @@ -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 " short_desc="Simple password manager for geeks" -homepage="https://github.com/conradkdotcom/rooster" +maintainer="cr6git " 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() {