From 4fe92f05ed25687858127a0af82f37a26eedf88d Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Wed, 11 Oct 2023 11:30:48 +0200 Subject: [PATCH] go-md2man: update to 2.0.3. --- srcpkgs/go-md2man/template | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/srcpkgs/go-md2man/template b/srcpkgs/go-md2man/template index 7898513b58ff2..558d1849c0948 100644 --- a/srcpkgs/go-md2man/template +++ b/srcpkgs/go-md2man/template @@ -1,16 +1,21 @@ # Template file for 'go-md2man' pkgname=go-md2man -version=2.0.2 -revision=3 +version=2.0.3 +revision=1 build_style=go go_import_path=github.com/cpuguy83/go-md2man/v2 short_desc="Convert md to manpages" -maintainer="Daniel Lewan " +maintainer="Daniel Lewan " license="MIT" homepage="https://github.com/cpuguy83/go-md2man" distfiles="https://github.com/cpuguy83/go-md2man/archive/v${version}.tar.gz" -checksum=2f52e37101ea2734b02f2b54a53c74305b95b3a9a27792fdac962b5354aa3e4a +checksum=7ca3a04bb4ab83387538235decc42a535097a05d2fb9f2266d0c47b33119501f + +post_build() { + go run -mod=vendor . go-md2man.1 +} post_install() { vlicense LICENSE.md + vman go-md2man.1 }