summaryrefslogtreecommitdiff
path: root/dev-util/flatpakify/flatpakify-1.0.6.ebuild
blob: d884da831acad4b06225f3e65733738661b915f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )

inherit meson python-single-r1

DESCRIPTION="Tool to create Flatpak bundles from Portage ebuilds"
HOMEPAGE="https://github.com/StefanCristian/flatpakify"
SRC_URI="https://github.com/StefanCristian/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
	|| (
		app-admin/doas
		kde-plasma/kdesu-gui
		app-admin/sudo
	)
	dev-util/flatpak-builder
	sys-apps/flatpak
	sys-apps/portage"
BDEPEND="dev-build/meson
	${PYTHON_DEPS}"