1 # Copyright 2017-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
7 if [[ ${PV} == 9999* ]] ; then
9 EGIT_REPO_URI="https://github.com/openSUSE/zypper.git"
10 EGIT_CHECKOUT_DIR=${PN}-${PV}
12 SRC_URI="https://github.com/openSUSE/zypper/archive/refs/tags/${PV}.tar.gz -> zypper-${PV}.tar.gz"
13 KEYWORDS="~amd64 ~riscv"
14 S="${WORKDIR}/${PN}-${PV}"
17 DESCRIPTION="World's most powerful command line package manager"
18 HOMEPAGE="https://en.opensuse.org/Portal:Zypper"
32 -DENABLE_BUILD_TRANS=ON
33 -DENABLE_BUILD_TESTS=ON