gentoo-ebuilds/sys-apps/proot/metadata.xml
Michał Górny 863bc09897
*/*: Reassign pinkbyte's packages
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-06-28 13:12:15 +02:00

19 lines
942 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription lang="en">
PRoot is a user-space implementation of chroot, mount --bind, and binfmt_misc.
This means that users don't need any privilege or setup to do things like: using an arbitrary directory as the new root filesystem,
making files accessible somewhere else in the filesystem hierarchy, or executing programs built for another CPU architecture
transparently through QEMU user-mode.
</longdescription>
<upstream>
<bugs-to>mailto:proot_me@googlegroups.com</bugs-to>
<changelog>https://raw.githubusercontent.com/proot-me/PRoot/master/doc/proot/changelog.txt</changelog>
<remote-id type="github">proot-me/PRoot</remote-id>
</upstream>
<use>
<flag name="care">Build dynamic CARE binary (more info - https://proot-me.github.io)</flag>
</use>
</pkgmetadata>