From ca55c1bf04a216e12004008ff16ce22268699ecd Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Mon, 27 Dec 2021 20:22:16 +0100 Subject: [PATCH] txt2man: update to 1.7.1. --- srcpkgs/txt2man/template | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/srcpkgs/txt2man/template b/srcpkgs/txt2man/template index 0a5b2e6496e0..be4da12a227a 100644 --- a/srcpkgs/txt2man/template +++ b/srcpkgs/txt2man/template @@ -1,17 +1,22 @@ # Template file for 'txt2man' pkgname=txt2man -version=1.7.0 +version=1.7.1 revision=2 wrksrc=${pkgname}-${pkgname}-${version} short_desc="Converts text to man page" maintainer="Diogo Leal " license="GPL-2.0-or-later" homepage="https://github.com/mvertes/txt2man" -distfiles="${homepage}/archive/txt2man-${version}.tar.gz" -checksum=821cd25bdd56f6898dda24ce5747acb7c29b41df4adab1c36a2581ad30444e1a +distfiles="https://github.com/mvertes/txt2man/archive/txt2man-${version}.tar.gz" +checksum=4d9b1bfa2b7a5265b4e5cb3aebc1078323b029aa961b6836d8f96aba6a9e434d + +do_build() { + make +} do_install() { - for docs in *.1; do + for docs in src2man.1 txt2man.1 bookman.1 + do vman $docs done