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

EAPI=7

DESCRIPTION="Diction and style checkers for english and german texts"
HOMEPAGE="https://www.gnu.org/software/diction/diction.html"
SRC_URI="http://www.moria.de/~michael/${PN}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"

DEPEND="
	sys-devel/gettext
	virtual/libintl
"
PATCHES=(
	"${FILESDIR}"/${PN}-1.13-make.patch
)
DOCS=( NEWS README )