<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>lucascs@protonmail.com</email>
		<name>Lucas Couto</name>
	</maintainer>
	<longdescription lang="en">
		Standard GNU file utilities (chmod, cp, dd, dir, ls, ...), text
		utilities (sort, tr, head, wc, ...) and shell utilities (whoami, who,
		...), reimplemented in Rust.  Everything is installed with an uu-
		prefix, so this package coexists with GNU sys-apps/coreutils.

		This is a temporary mirror of the ::gentoo package, carrying a release
		that ::gentoo has not picked up yet.  It differs from the ::gentoo
		ebuild only in listing the crates inline instead of fetching the
		consolidated crate tarball, which upstream Gentoo had not published for
		this version.  Remove it once ::gentoo catches up.

		See sys-apps/uutils-coreutils-bin for upstream's prebuilt binaries,
		which need no Rust toolchain.
	</longdescription>
	<use>
		<flag name="selinux">Support SELinux security contexts, which requires
			an SELinux enabled kernel at runtime.</flag>
	</use>
	<upstream>
		<remote-id type="github">uutils/coreutils</remote-id>
		<bugs-to>https://github.com/uutils/coreutils/issues</bugs-to>
		<doc>https://uutils.github.io/coreutils/docs/</doc>
	</upstream>
</pkgmetadata>
