pijul: generate lockfile
This commit is contained in:
parent
544270158a
commit
db35605beb
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'pijul'
|
||||
pkgname=pijul
|
||||
version=0.12.2
|
||||
revision=5
|
||||
revision=6
|
||||
create_wrksrc=yes
|
||||
build_style=cargo
|
||||
_sequoia_ver=0.9.0
|
||||
|
@ -21,6 +21,11 @@ post_extract() {
|
|||
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
|
||||
do_install() {
|
||||
vbin target/${RUST_TARGET}/release/pijul
|
||||
|
|
Loading…
Reference in New Issue