You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/ddate/ddate-0.2.2.ebuild

21 lines
514 B

# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
inherit cmake-utils
DESCRIPTION="Perpetual date converter from gregorian to poee calendar"
HOMEPAGE="https://github.com/bo0ts/ddate"
SRC_URI="https://github.com/bo0ts/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 arm arm64 x86"
LICENSE="public-domain"
SLOT="0"
RDEPEND="!sys-apps/util-linux[ddate]"
DOCS=( "README.org" )
PATCHES=( "${FILESDIR}/${P}-dont-compress-manpage.patch" )