summaryrefslogtreecommitdiff
path: root/sys-apps/coreutils/metadata.xml
blob: e296f25c6c2f8faae7df33c45bfaab6a8f5896b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>base-system@gentoo.org</email>
    <name>Gentoo Base System</name>
  </maintainer>
  <longdescription>Standard GNU file utilities (chmod, cp, dd, dir, ls, ...), text utilities (sort, tr, head, wc, ...), and shell utilities (whoami, who, ...)
</longdescription>
  <use>
    <flag name="caps">Add Linux capabilities support in output of file utilities (ls, dir, ...) via <pkg>sys-libs/libcap</pkg>
    </flag>
    <flag name="hostname">Build the hostname program</flag>
    <flag name="kill">Build the kill program</flag>
    <flag name="multicall">Build all tools into a single `coreutils` program akin to busybox to save space</flag>
    <flag name="openssl">Use openssl libcrypto hash routines for hash functions</flag>
    <flag name="split-usr">Enable this if /bin and /usr/bin are separate directories</flag>
    <flag name="test-full">Run expensive tests (mostly CPU intensive).</flag>
  </use>
  <upstream>
    <remote-id type="cpe">cpe:/a:gnu:coreutils</remote-id>
  </upstream>
  <origin>srcux</origin>
</pkgmetadata>