mandown: generate missing lockfile

This commit is contained in:
Marcin Puc 2023-04-16 13:08:58 +02:00 committed by classabbyamp
parent 48a1f33560
commit cd045158c3

View file

@ -1,7 +1,7 @@
# Template file for 'mandown'
pkgname=mandown
version=0.1.3
revision=1
revision=2
build_style=cargo
short_desc="Create man pages from markdown markup"
maintainer="Savoy <git@liberation.red>"
@ -9,3 +9,8 @@ license="Apache-2.0"
homepage="https://gitlab.com/kornelski/mandown"
distfiles="https://gitlab.com/kornelski/mandown/-/archive/${version}/mandown-${version}.tar.gz"
checksum=6ea919d2e4bf0d331a8f38730bd173852376f00d057f73bfb2180b731081b8db
post_patch() {
# upstream does not ship a lockfile yet: https://gitlab.com/kornelski/mandown/-/merge_requests/1
cargo generate-lockfile
}