mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 16:13:21 -04:00
This commit also adds USE flags. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
27 lines
985 B
XML
27 lines
985 B
XML
<?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>
|