View Raw Ebuild
# Copyright 2021 Aisha Tammy
# Distributed under the terms of the ISC License
EAPI=7
inherit cmake
DESCRIPTION="polkit auth backend for DesQ"
HOMEPAGE="https://desq-project.org/"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/DesQ/DesQUtils/PolkitExec"
else
COMMIT=6803fd27acba92b218ae3df3f2b4a368222ba59e
SRC_URI="https://gitlab.com/DesQ/DesQUtils/PolkitExec/-/archive/${COMMIT}/PolkitExec-${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"/PolkitExec-${COMMIT}
KEYWORDS="~amd64"
fi
LICENSE="GPL-3"
SLOT="0"
DEPEND="
dev-qt/qtcore:5
"
RDEPEND="${DEPEND}"