gentoo-ebuilds/app-shells/pwsh/metadata.xml
Maciej Barć ecfbc9addf
app-shells/pwsh: new package; add 7.3.6
Closes: https://github.com/gentoo/gentoo/pull/21451
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2023-09-16 09:50:47 +02:00

22 lines
975 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>dotnet@gentoo.org</email>
<name>Gentoo Dotnet Project</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>
<upstream>
<changelog>https://github.com/PowerShell/PowerShell/blob/master/CHANGELOG/</changelog>
<doc>https://learn.microsoft.com/en-us/powershell/</doc>
<bugs-to>https://github.com/PowerShell/PowerShell/issues/</bugs-to>
<remote-id type="github">PowerShell/PowerShell</remote-id>
</upstream>
</pkgmetadata>