diff options
author | 2025-01-08 02:42:28 +0100 | |
---|---|---|
committer | 2025-01-08 02:42:28 +0100 | |
commit | 258391571d035490cb6fc325ac559991b8e58c62 (patch) | |
tree | 4270a7977956fc59e6d853bd92e182ea13a020f0 /app-shells/direnv/direnv-2.34.0.ebuild | |
parent | net-proxy/traefik: add 3.3.1, drop 3.2.1 (diff) | |
download | ebuilds-258391571d035490cb6fc325ac559991b8e58c62.tar.xz |
app-shells/direnv: add shell-init files
Diffstat (limited to 'app-shells/direnv/direnv-2.34.0.ebuild')
-rw-r--r-- | app-shells/direnv/direnv-2.34.0.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/app-shells/direnv/direnv-2.34.0.ebuild b/app-shells/direnv/direnv-2.34.0.ebuild deleted file mode 100644 index 3c095b2..0000000 --- a/app-shells/direnv/direnv-2.34.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-module - -DESCRIPTION="Environment variable manager for shell" -HOMEPAGE="https://github.com/direnv/direnv" -SRC_URI="https://github.com/direnv/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" https://share.terinstock.com/${P}-vendor.tar.xz" - -LICENSE="MIT" -LICENSE+=" BSD" -SLOT="0" -KEYWORDS="~amd64" -RESTRICT="test" # fails - -src_install() { - einstalldocs - emake DESTDIR="${ED}" PREFIX="/usr" install -} |