# Copyright 2019-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=setuptools

inherit distutils-r1

MYCOMMIT="5fced99fb302690a4afed241bc96e6eae838eb9c"

DESCRIPTION="Portage plugin to download and mount latest SquashFS snapshot"
HOMEPAGE="https://github.com/g0dsCookie/portage-sqfssync"
#SRC_URI="https://github.com/g0dsCookie/portage-sqfssync/archive/v${PV}.tar.gz"
SRC_URI="https://github.com/g0dsCookie/portage-sqfssync/archive/${MYCOMMIT}.tar.gz -> ${PV}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm"

RDEPEND="
	sys-apps/util-linux[${PYTHON_USEDEP},python]
	dev-python/urllib3[${PYTHON_USEDEP}]
"

#S="${WORKDIR}/portage-sqfssync-${PV}"
S="${WORKDIR}/portage-sqfssync-${MYCOMMIT}"