add: PowerShell (#8549)

* add: PowerShell

* This file did NOT wanna add

* AAAAAAAAAAA

* Doubt this will work but

* feat: Build and include manpage

* feat: Doc package

Signed-off-by: Gilver <rockgrub@disroot.org>

* feat: More docs stuff

Signed-off-by: Gilver <rockgrub@disroot.org>

---------

Signed-off-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Gilver
2025-12-24 05:13:14 -06:00
committed by GitHub
parent 53a6e6c265
commit 10b0f77759
5 changed files with 279 additions and 0 deletions
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<component type="console-application">
<id>com.microsoft.PowerShell</id>
<name>Microsoft PowerShell</name>
<summary>PowerShell for every system!</summary>
<screenshots>
<image type="source">https://github.com/PowerShell/PowerShell/blob/master/assets/Powershell_256.png</image>
</screenshots>
<description>
<p>
PowerShell is a cross-platform (Windows, Linux, and macOS) 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.
</p>
</description>
<url type="vcs-browser">https://microsoft.com/PowerShell</url>
<developer id="com.microsoft">
<name>Microsoft Corporation</name>
</developer>
<icon type="stock">com.microsoft.PowerShell</icon>
</component>