sdunpack: fix build
This commit is contained in:
parent
c9d9a007b5
commit
572940c00a
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue