mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 02:50:26 +02:00
fchroot from Funtoo core kit, ez chroot to arm64/arm/riscv rootfs , fixed gpg snfu
This commit is contained in:
parent
0e7affb260
commit
94a47657ac
2 changed files with 24 additions and 0 deletions
1
app-emulation/fchroot/Manifest
Normal file
1
app-emulation/fchroot/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST fchroot-0.1.2.tar.gz 8351 BLAKE2B 342d9fcd3df13ce0e6ef2d9ccefb66f98cd4c6cd24855bcbce2299f5a6896408a310020c85b09079778bb904476b8bb8728099a135ba4a499528acbfd578cc55 SHA512 b1cead02a25d980d42ca22bcde6c421d7ff3e6d6357f979d59286c870f3d726950a115b7e63c4e990ddcf078c58a9393271b9a756104fe539102070e4af7c77e
|
||||
23
app-emulation/fchroot/fchroot-0.1.2.ebuild
Normal file
23
app-emulation/fchroot/fchroot-0.1.2.ebuild
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python3+ )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Funtoo's franken-chroot tool."
|
||||
HOMEPAGE="https://pypi.org/project/fchroot/"
|
||||
SRC_URI="https://files.pythonhosted.org/packages/f2/04/4db5e98e93207dbb9bb71725767a8d016f9aa1e70c9c7892a5c270c3eac6/fchroot-0.1.2.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="*"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
app-emulation/qemu[static-user,qemu_user_targets_aarch64,qemu_user_targets_arm,qemu_user_targets_riscv64]
|
||||
dev-libs/glib[static-libs]
|
||||
sys-apps/attr[static-libs]
|
||||
sys-libs/zlib[static-libs]
|
||||
dev-libs/libpcre[static-libs]
|
||||
"
|
||||
Loading…
Reference in a new issue