dev-util/flatpakify - 1.0.6 (guru)

Search

Install

Install this version:

emerge -a =dev-util/flatpakify-1.0.6

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-util/flatpakify-1.0.6

Or alternatively:

emerge --autounmask-write -a =dev-util/flatpakify-1.0.6

Package Information

Description:
Tool to create Flatpak bundles from Portage ebuilds
Homepage:
https://github.com/StefanCristian/flatpakify
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
1.0.6 8 ~amd64 0
View Raw Ebuild
# 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}"

Inherited Eclasses

Dependencies

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
	

Manifest for 1.0.6

Type File Size Source URLs
DIST flatpakify-1.0.6.tar.gz 26222 bytes https://github.com/StefanCristian/flatpakify/archive/1.0.6.tar.gz