mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
- eapi 7 -> 8 - disable telemetry - add necessary upstream info in metadata.xml - use an ebuild template - give licenses for dependencies using go-licenses - add versioned ebuild - fix shell completions: previous one wasn't a way to properly install shell completion since it was trying to just install any .bash file in the root dir - add zsh completion - update the minimum required go version Signed-off-by: ingenarel <ingenarelitems@gmail.com>
11 lines
365 B
XML
11 lines
365 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<upstream>
|
|
<doc>https://docs.stripe.com/cli</doc>
|
|
<bugs-to>https://github.com/stripe/stripe-cli/issues</bugs-to>
|
|
<remote-id type="github">stripe/stripe-cli</remote-id>
|
|
</upstream>
|
|
<!-- maintainer-needed -->
|
|
</pkgmetadata>
|