mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
desed: generate lockfile
This commit is contained in:
parent
20c307d490
commit
755ed73348
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'desed'
|
||||
pkgname=desed
|
||||
version=1.2.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cargo
|
||||
short_desc="Demystify and debug sed scripts"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
|
@ -9,3 +9,9 @@ license="GPL-3.0-or-later"
|
|||
homepage="https://github.com/SoptikHa2/desed"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=bee8c60d58f11472c036277b0318bdceb5520cce5a61965bc028b26ccbdeb706
|
||||
|
||||
post_patch() {
|
||||
# Upstream does not ship a lockfile yet:
|
||||
# https://github.com/SoptikHa2/desed/issues/27
|
||||
cargo generate-lockfile
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue