Files
guru/app-shells/starship/metadata.xml
Randy Barlow 90fcd8e756 app-shells/starship: Update to 0.48.0
This commit also adds USE flags.

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2021-01-03 19:05:29 -05:00

27 lines
985 B
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>randy@electronsweatshop.com</email>
<name>Randy Barlow</name>
</maintainer>
<longdescription lang="en">
Starship is:
Fast: it's fast really really fast!
Customizable: configure every aspect of your prompt.
Universal: works on any shell, on any operating system.
Intelligent: shows relevant information at a glance.
Feature rich: support for all your favorite tools.
Easy: quick to install start using it in minutes.
</longdescription>
<upstream>
<remote-id type="github">starship/starship</remote-id>
</upstream>
<use>
<flag name='battery'>Include support for laptop battery information.</flag>
<flag name='http'>If enabled, starship can help you file bugs with itself</flag>
<flag name='tls-vendored'>Use a bundled openssl instead of the system openssl</flag>
</use>
</pkgmetadata>