View Raw Ebuild
# Copyright 2021 Aisha Tammy
# Distributed under the terms of the ISC License
EAPI=8
inherit cmake
DESCRIPTION="shared cmake configuration utils for liri"
HOMEPAGE="https://github.com/lirios/cmake-shared"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/lirios/cmake-shared"
else
COMMIT=3eba2e3465cff5450a6ca6247bf9adcb02e23541
SRC_URI="https://github.com/lirios/cmake-shared/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"/cmake-shared-${COMMIT}
KEYWORDS="~amd64"
fi
LICENSE="MIT"
SLOT="0"
RDEPEND="kde-frameworks/extra-cmake-modules"