sys-process/glances: revbump 3.1.4.1, add missing doc dep
[gentoo.git] / app-misc / ddate / ddate-0.2.2.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI="6"
5
6 inherit cmake-utils
7
8 DESCRIPTION="Perpetual date converter from gregorian to poee calendar"
9 HOMEPAGE="https://github.com/bo0ts/ddate"
10 SRC_URI="https://github.com/bo0ts/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
11
12 KEYWORDS="amd64 arm arm64 x86"
13 LICENSE="public-domain"
14 SLOT="0"
15
16 RDEPEND="!sys-apps/util-linux[ddate]"
17
18 DOCS=( "README.org" )
19
20 PATCHES=( "${FILESDIR}/${P}-dont-compress-manpage.patch" )