summaryrefslogtreecommitdiff
path: root/dev-vcs/git-sh/git-sh-1.3-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-07 21:14:14 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-07 21:14:14 +0000
commit6d44cd74809cea5f81bf52ff9cd0aa902d6b6866 (patch)
tree4045142b80c7e0479c627a84e3f0de03e574df19 /dev-vcs/git-sh/git-sh-1.3-r2.ebuild
parent8615c518b1f1d03130f21656a1a026959bb1e9c9 (diff)
gentoo auto-resync : 07:12:2022 - 21:14:14
Diffstat (limited to 'dev-vcs/git-sh/git-sh-1.3-r2.ebuild')
-rw-r--r--dev-vcs/git-sh/git-sh-1.3-r2.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-vcs/git-sh/git-sh-1.3-r2.ebuild b/dev-vcs/git-sh/git-sh-1.3-r2.ebuild
new file mode 100644
index 000000000000..af3bdbe9c53c
--- /dev/null
+++ b/dev-vcs/git-sh/git-sh-1.3-r2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A customized bash environment suitable for git work"
+HOMEPAGE="https://github.com/rtomayko/git-sh"
+SRC_URI="https://github.com/rtomayko/git-sh/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-vcs/git"
+
+src_prepare() {
+ default
+ sed -e 's/git-completion\.bash //' \
+ -e 's:/local::' \
+ -i Makefile \
+ || die "sed failed"
+}