summaryrefslogtreecommitdiff
path: root/sys-apps/proot/metadata.xml
blob: 6b0f8abb165e84b8cb4977b1d473454becdd2b20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <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>
  </upstream>
  <use>
    <flag name="care">Build dynamic CARE binary (more info - https://proot-me.github.io)</flag>
  </use>
  <origin>srcux</origin>
</pkgmetadata>