gentoo-ebuilds/app-shells/nushell/metadata.xml
Jonas Frei 9ab37abf11
app-shells/nushell: add 0.99.1, new USE flag system-clipboard
The USE flag enables an optional feature that was previously
a default feature and made optional due to OS compatibility issues.
The existing 'X' USE flag is only needed for this new optional feature.
Also: Updated for slotted Rust

Closes: https://bugs.gentoo.org/939925
Signed-off-by: Jonas Frei <freijon@pm.me>
From: https://github.com/gentoo/gentoo/pull/39064
Signed-off-by: Zac Medico <zmedico@gentoo.org>
2024-11-10 09:36:21 -08:00

26 lines
896 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>zmedico@gentoo.org</email>
<name>Zac Medico</name>
</maintainer>
<maintainer type="person" proxied="yes">
<email>freijon@pm.me</email>
<name>Jonas Frei</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/nushell/nushell/issues</bugs-to>
<changelog>https://github.com/nushell/nushell/commits/main</changelog>
<doc>https://www.nushell.sh/book/</doc>
<remote-id type="github">nushell/nushell</remote-id>
</upstream>
<use>
<flag name="plugins">Build official plugins</flag>
<flag name="system-clipboard">System clipboard support in `reedline`</flag>
</use>
</pkgmetadata>