summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-06-02 18:25:20 +0200
committerMaciej Barć <xgqt@gentoo.org>2022-06-02 18:25:20 +0200
commit69723af8a1c6fb9556899bd40e4c5a007730899f (patch)
treec4774fe05fd52b80eeacd83de0f128c6028fb8aa /app-shells/pwsh-bin
parentdev-libs/simdjson: drop 2.0.1 (diff)
downloadgentoo-69723af8a1c6fb9556899bd40e4c5a007730899f.tar.gz
gentoo-69723af8a1c6fb9556899bd40e4c5a007730899f.tar.bz2
gentoo-69723af8a1c6fb9556899bd40e4c5a007730899f.zip
app-shells/pwsh-bin: take up maintainership; update metadata
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-shells/pwsh-bin')
-rw-r--r--app-shells/pwsh-bin/metadata.xml33
1 files changed, 21 insertions, 12 deletions
diff --git a/app-shells/pwsh-bin/metadata.xml b/app-shells/pwsh-bin/metadata.xml
index 999ba4555e91..fdbb42bd572a 100644
--- a/app-shells/pwsh-bin/metadata.xml
+++ b/app-shells/pwsh-bin/metadata.xml
@@ -1,16 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <changelog>https://github.com/PowerShell/PowerShell/blob/master/CHANGELOG/7.1.md</changelog>
- <doc>https://powershell.org/free-resources/</doc>
- <bugs-to>https://github.com/PowerShell/PowerShell/issues</bugs-to>
- <remote-id type="github">PowerShell/PowerShell</remote-id>
- </upstream>
- <use>
- <flag name="pwsh-symlink">
- Install a pwsh symlink that points to pwsh-bin.
- </flag>
- </use>
+ <maintainer type="person">
+ <email>xgqt@gentoo.org</email>
+ <name>Maciej Barć</name>
+ </maintainer>
+ <longdescription>
+ PowerShell Core is a cross-platform automation and configuration
+ tool/framework that works well with your existing tools and is optimized
+ for dealing with structured data (e.g. JSON, CSV, XML, etc.), REST APIs,
+ and object models. It includes a command-line shell, an associated
+ scripting language and a framework for processing cmdlets.
+ </longdescription>
+ <use>
+ <flag name="pwsh-symlink">Install a pwsh symlink that points to pwsh-bin.</flag>
+ </use>
+ <upstream>
+ <changelog>https://github.com/PowerShell/PowerShell/blob/master/CHANGELOG/7.1.md</changelog>
+ <doc>https://powershell.org/free-resources/</doc>
+ <bugs-to>https://github.com/PowerShell/PowerShell/issues</bugs-to>
+ <remote-id type="github">PowerShell/PowerShell</remote-id>
+ </upstream>
</pkgmetadata>