summaryrefslogtreecommitdiff
blob: f9d512ab0d7e50a73810808cf564427096ee6e47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_NAME="Grutatxt"
DIST_VERSION="2.20"

inherit perl-module

DESCRIPTION="A converter from plain text to HTML and other markup languages"
HOMEPAGE="https://triptico.com/software/grutatxt.html"
# upstream no longer versions the tarballs
SRC_URI="https://triptico.com/download/${PN}.tar.gz -> ${P}.tar.gz"
LICENSE="public-domain"

SLOT="0"
KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-linux ~ppc-macos"