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

EAPI=7

EGIT_COMMIT="899ca665a0cb725990c33415dc3c0261dac7fe46"

inherit cmake

DESCRIPTION="Perpetual date converter from gregorian to poee calendar"
HOMEPAGE="https://github.com/bo0ts/ddate"
SRC_URI="https://github.com/bo0ts/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"

KEYWORDS="amd64 arm arm64 ~riscv x86"
LICENSE="public-domain"
SLOT="0"

S="${WORKDIR}/${PN}-${EGIT_COMMIT}"

PATCHES=( "${FILESDIR}/${PN}-0.2.2-dont-compress-manpage.patch" )