blindfold: generate lockfile

This commit is contained in:
Jan Christian Grünhage 2023-04-08 18:07:02 +02:00 committed by classabbyamp
parent 9b6cb37be1
commit 20c307d490
1 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'blindfold'
pkgname=blindfold
version=1.0.6
revision=2
revision=3
build_style=cargo
hostmakedepends="pkg-config"
makedepends="openssl-devel"
@ -12,6 +12,12 @@ homepage="https://github.com/Eoin-McMahon/blindfold"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=eff539920d4efa5c0fc35067c40347ceb8b01a922f443460a28e8c5e0b3237ca
post_patch() {
# Upstream does not ship a lockfile yet:
# https://github.com/Eoin-McMahon/blindfold/issues/23
cargo generate-lockfile
}
post_install() {
vlicense LICENSE
}