mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
sdunpack: fix build
This commit is contained in:
parent
c9d9a007b5
commit
572940c00a
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@ homepage="https://github.com/baskerville/sdunpack"
|
||||||
distfiles="https://github.com/baskerville/sdunpack/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/baskerville/sdunpack/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=8398414775b2192e42d97b44b261b13a7500f9aa38ed99e26e150a3aa330ad89
|
checksum=8398414775b2192e42d97b44b261b13a7500f9aa38ed99e26e150a3aa330ad89
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
# Upstream does not ship a lockfile yet
|
||||||
|
cargo generate-lockfile
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue