app-shells/invokebuild - 5.10.5 (gentoo)

Search

Package Information

Description:
Build and test automation in PowerShell
Homepage:
https://github.com/nightroman/Invoke-Build/
License:
Apache-2.0

Ebuild Details

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

EAPI=8

DESCRIPTION="Build and test automation in PowerShell"
HOMEPAGE="https://github.com/nightroman/Invoke-Build/"
SRC_URI="https://www.powershellgallery.com/api/v2/package/${PN}/${PV}
	-> ${P}.zip"
S="${WORKDIR}"

LICENSE="Apache-2.0"
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/InvokeBuild/${PV}"
	doins -r .
}

Dependencies

RDEPEND

	virtual/pwsh:*

BDEPEND

	app-arch/unzip

Manifest for 5.10.5

Type File Size Source URLs
DIST invokebuild-5.10.5.zip 40940 bytes https://www.powershellgallery.com/api/v2/package/invokebuild/5.10.5