desed: generate lockfile

This commit is contained in:
Jan Christian Grünhage 2023-04-08 18:15:15 +02:00 committed by classabbyamp
parent 20c307d490
commit 755ed73348

View file

@ -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
}