From 6d70980cd35f8667c3c94a0bbd69c2725380b43f 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 | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/srcpkgs/go-md2man/template b/srcpkgs/go-md2man/template index 7898513b58ff2..cc72946944039 100644 --- a/srcpkgs/go-md2man/template +++ b/srcpkgs/go-md2man/template @@ -1,16 +1,22 @@ # Template file for 'go-md2man' pkgname=go-md2man -version=2.0.2 -revision=3 +version=2.0.3 +revision=1 build_style=go +build_helper=qemu 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() { + vtargetrun "${GOPATH}/bin/go-md2man" go-md2man.1 +} post_install() { vlicense LICENSE.md + vman go-md2man.1 }