pijul: generate lockfile
This commit is contained in:
parent
544270158a
commit
db35605beb
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'pijul'
|
# Template file for 'pijul'
|
||||||
pkgname=pijul
|
pkgname=pijul
|
||||||
version=0.12.2
|
version=0.12.2
|
||||||
revision=5
|
revision=6
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
_sequoia_ver=0.9.0
|
_sequoia_ver=0.9.0
|
||||||
|
@ -21,6 +21,11 @@ post_extract() {
|
||||||
mv sequoia-* sequoia
|
mv sequoia-* sequoia
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
# Upstream does not ship a lockfile yet
|
||||||
|
cargo generate-lockfile
|
||||||
|
}
|
||||||
|
|
||||||
# We only want to install the binary, so don't run cargo install
|
# We only want to install the binary, so don't run cargo install
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin target/${RUST_TARGET}/release/pijul
|
vbin target/${RUST_TARGET}/release/pijul
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue