sdunpack: fix build

This commit is contained in:
Duncaen 2023-04-27 21:25:05 +02:00
parent c9d9a007b5
commit 572940c00a
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,11 @@ homepage="https://github.com/baskerville/sdunpack"
distfiles="https://github.com/baskerville/sdunpack/archive/refs/tags/${version}.tar.gz"
checksum=8398414775b2192e42d97b44b261b13a7500f9aa38ed99e26e150a3aa330ad89
post_patch() {
# Upstream does not ship a lockfile yet
cargo generate-lockfile
}
post_install() {
vlicense LICENSE
}