mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-shells/ugit: bump to 0.4.5.1
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST ugit-0.4.5.1.tar.gz 165487 BLAKE2B 57afd4858883da80361cb74239076062faaeff05adb877c36b0424f2b04b8c7f235f680072604adbd97d1bab41c94264b22461906a735de3c8f5fdbc43d6bb73 SHA512 9d1473d54b3d4ab84e5964428a72e92c6006e940d4ff31651e7df7c4956d4bb3d52f18b7e9f6feba907bb8b0eb25b69b77077758d81845dce5f8fab8223c9afe
|
||||
DIST ugit-0.4.5.tar.gz 165899 BLAKE2B 906fa38c3d10a68368ec9e8a3a395e68c73b0bab8d4a9e75043266f84604dbda1501823f2782ee550319d1f5064a36bac40299729c101509b72681bd7566553a SHA512 a3008f651ab3bd418631b35eeba32bd4cfa2fbcf050360032d94fe84082e59e8a26fe044c473b61f0cf6f05cdecedf03c7df050f9062b266a3a1c0140c05a224
|
||||
|
||||
36
app-shells/ugit/ugit-0.4.5.1.ebuild
Normal file
36
app-shells/ugit/ugit-0.4.5.1.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="PowerShell wrapper for git, automate repos and output git as objects"
|
||||
HOMEPAGE="https://ugit.start-automating.com/
|
||||
https://github.com/StartAutomating/ugit/"
|
||||
|
||||
if [[ "${PV}" == *9999* ]] ; then
|
||||
inherit git-r3
|
||||
|
||||
EGIT_REPO_URI="https://github.com/StartAutomating/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/StartAutomating/${PN}/archive/refs/tags/v${PV}.tar.gz
|
||||
-> ${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="${PV}"
|
||||
|
||||
RDEPEND="
|
||||
dev-vcs/git
|
||||
virtual/pwsh:*
|
||||
"
|
||||
|
||||
src_install() {
|
||||
insinto "/usr/share/GentooPowerShell/Modules/${PN}/${PV}"
|
||||
doins "${PN}.psd1"
|
||||
doins *.ps1 *.ps1xml *.psm1
|
||||
doins -r Commands Extensions Types en-us
|
||||
|
||||
dodoc *.md
|
||||
}
|
||||
Reference in New Issue
Block a user