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-full-overlay/app-misc/ddate/ddate-0.2.2_p20160627-r1.eb...

20 lines
558 B

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
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"
S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
KEYWORDS="amd64 arm arm64 ~riscv x86"
LICENSE="public-domain"
SLOT="0"
PATCHES=( "${FILESDIR}/${PN}-0.2.2-dont-compress-manpage.patch" )