diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-09-16 08:41:33 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-09-16 09:50:46 +0200 |
commit | 4251ebbaee1d3504459878a8ce89ded386311a95 (patch) | |
tree | 807097c46c69c937556a593f8072275d796502ca /virtual/pwsh | |
parent | java-utils-2.eclass: fix EclassDocMissingFunc (diff) | |
download | gentoo-4251ebbaee1d3504459878a8ce89ded386311a95.tar.gz gentoo-4251ebbaee1d3504459878a8ce89ded386311a95.tar.bz2 gentoo-4251ebbaee1d3504459878a8ce89ded386311a95.zip |
virtual/pwsh: new package; add 7.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'virtual/pwsh')
-rw-r--r-- | virtual/pwsh/metadata.xml | 10 | ||||
-rw-r--r-- | virtual/pwsh/pwsh-7.3.ebuild | 16 |
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} + ) +" |