app-shells/linuxinfo - 1.1.0 (gentoo)

Search

Package Information

Description:
Get useful linux system information using PowerShell
Homepage:
https://github.com/ehmiiz/linuxinfo/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.1.0 8 amd64 1.1.0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Get useful linux system information using PowerShell"
HOMEPAGE="https://github.com/ehmiiz/linuxinfo/"
SRC_URI="https://www.powershellgallery.com/api/v2/package/${PN}/${PV}
	-> ${P}.zip"
S="${WORKDIR}"

LICENSE="MIT"
SLOT="${PV}"
KEYWORDS="amd64"

RDEPEND="
	virtual/pwsh:*
"
BDEPEND="
	app-arch/unzip
"

src_prepare() {
	default

	rm -f -r '[Content_Types].xml' _rels package || die
}

src_install() {
	insinto "/usr/share/GentooPowerShell/Modules/${PN}/${PV}"
	doins -r .
}

Dependencies

RDEPEND

	virtual/pwsh:*

BDEPEND

	app-arch/unzip

Manifest for 1.1.0

Type File Size Source URLs
DIST linuxinfo-1.1.0.zip 26078 bytes https://www.powershellgallery.com/api/v2/package/linuxinfo/1.1.0