blindfold: generate lockfile
This commit is contained in:
parent
9b6cb37be1
commit
20c307d490
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'blindfold'
|
# Template file for 'blindfold'
|
||||||
pkgname=blindfold
|
pkgname=blindfold
|
||||||
version=1.0.6
|
version=1.0.6
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="openssl-devel"
|
makedepends="openssl-devel"
|
||||||
|
@ -12,6 +12,12 @@ homepage="https://github.com/Eoin-McMahon/blindfold"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=eff539920d4efa5c0fc35067c40347ceb8b01a922f443460a28e8c5e0b3237ca
|
checksum=eff539920d4efa5c0fc35067c40347ceb8b01a922f443460a28e8c5e0b3237ca
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
# Upstream does not ship a lockfile yet:
|
||||||
|
# https://github.com/Eoin-McMahon/blindfold/issues/23
|
||||||
|
cargo generate-lockfile
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue