mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
alert-after: add makejobs to cargo build
This commit is contained in:
parent
3c25de6208
commit
4f0f281bcc
1 changed files with 2 additions and 2 deletions
|
@ -6,14 +6,14 @@ hostmakedepends="cargo pkg-config"
|
||||||
makedepends="dbus-devel"
|
makedepends="dbus-devel"
|
||||||
short_desc="Get a desktop notification after a command finishes executing"
|
short_desc="Get a desktop notification after a command finishes executing"
|
||||||
maintainer="cr6git <quark6@protonmail.com>"
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
homepage="https://crates.io/crates/alert-after"
|
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
homepage="https://crates.io/crates/alert-after"
|
||||||
distfiles="https://github.com/frewsxcv/alert-after/archive/${version}.tar.gz"
|
distfiles="https://github.com/frewsxcv/alert-after/archive/${version}.tar.gz"
|
||||||
checksum=e0d80e1b4c9cb78f4759a78495f197fa3865eacf9658653ec14ddb010e117b3d
|
checksum=e0d80e1b4c9cb78f4759a78495f197fa3865eacf9658653ec14ddb010e117b3d
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
cargo build --release
|
cargo build --release ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue