You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/proot/metadata.xml

25 lines
969 B

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>pinkbyte@gentoo.org</email>
<name>Sergey Popov</name>
</maintainer>
<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>
<remote-id type="github">cedric-vincent/PRoot</remote-id>
<maintainer>
<email>gentoo@reproducible.io</email>
<name>Cédric Vincent</name>
</maintainer>
</upstream>
<use>
<flag name="care">Build dynamic CARE binary (more info - http://reproducible.io/)</flag>
</use>
</pkgmetadata>