pijul: generate lockfile

This commit is contained in:
Jan Christian Grünhage 2023-04-08 19:01:24 +02:00 committed by classabbyamp
parent 544270158a
commit db35605beb
1 changed files with 6 additions and 1 deletions

View File

@ -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