Skip to content

Commit

Permalink
miniserve: add makejobs to cargo build
Browse files Browse the repository at this point in the history
  • Loading branch information
darch6 authored Sep 24, 2018
1 parent d0ae671 commit 8636334
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions srcpkgs/miniserve/template
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ nocross="https://travis-ci.org/voidlinux/void-packages/jobs/380263119#L1158
https://travis-ci.org/voidlinux/void-packages/jobs/380263118#L1167"

do_build() {
cargo build --release
cargo build --release ${makejobs}
}

do_install() {
vbin target/release/miniserve
vlicense LICENSE
}

0 comments on commit 8636334

Please sign in to comment.