summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--virtual/pwsh/metadata.xml10
-rw-r--r--virtual/pwsh/pwsh-7.3.ebuild16
2 files changed, 26 insertions, 0 deletions
diff --git a/virtual/pwsh/metadata.xml b/virtual/pwsh/metadata.xml
new file mode 100644
index 000000000000..7bd1002e05bd
--- /dev/null
+++ b/virtual/pwsh/metadata.xml
@@ -0,0 +1,10 @@
+<?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>
+ <stabilize-allarches />
+</pkgmetadata>
diff --git a/virtual/pwsh/pwsh-7.3.ebuild b/virtual/pwsh/pwsh-7.3.ebuild
new file mode 100644
index 000000000000..83ff2f6ffd7c
--- /dev/null
+++ b/virtual/pwsh/pwsh-7.3.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Virtual for PowerShell"
+
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ || (
+ app-shells/pwsh-bin:${SLOT}
+ app-shells/pwsh:${SLOT}
+ )
+"