mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
dev-python/fchroot: add a new package
fchroot (Franken-chroot) is a command that able to chroot into arm/64 images/tarballs from and amd64/x86 host. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Marco Scardovi <marco@scardovi.com>
This commit is contained in:
25
dev-python/fchroot/fchroot-0.1.2.ebuild
Normal file
25
dev-python/fchroot/fchroot-0.1.2.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Franken-chroot tool. Chroot arm/64 arches into amd64/x86"
|
||||
HOMEPAGE="https://pypi.org/project/fchroot/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="BSD-2"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="+static-libs"
|
||||
|
||||
RDEPEND="
|
||||
app-emulation/qemu[static-user]
|
||||
dev-libs/glib[static-libs]
|
||||
sys-apps/attr[static-libs]
|
||||
sys-libs/zlib[static-libs]
|
||||
dev-libs/libpcre[static-libs]
|
||||
"
|
||||
Reference in New Issue
Block a user