mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
txt2man: update to 1.7.0.
This commit is contained in:
parent
3d0fe504ab
commit
8060789ab3
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'txt2man'
|
# Template file for 'txt2man'
|
||||||
pkgname=txt2man
|
pkgname=txt2man
|
||||||
version=1.6.0
|
version=1.7.0
|
||||||
revision=1
|
revision=1
|
||||||
|
archs=noarch
|
||||||
wrksrc=${pkgname}-${pkgname}-${version}
|
wrksrc=${pkgname}-${pkgname}-${version}
|
||||||
short_desc="Converts text to man page"
|
short_desc="Converts text to man page"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/mvertes/txt2man"
|
homepage="https://github.com/mvertes/txt2man"
|
||||||
distfiles="${homepage}/archive/txt2man-${version}.tar.gz"
|
distfiles="${homepage}/archive/txt2man-${version}.tar.gz"
|
||||||
checksum=f6939e333a12e1ecceccaa547b58f4bf901a580cd2d8f822f8c292934c920c99
|
checksum=821cd25bdd56f6898dda24ce5747acb7c29b41df4adab1c36a2581ad30444e1a
|
||||||
archs=noarch
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
for docs in *.1; do
|
for docs in *.1; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue