diff options
Diffstat (limited to 'dev-go/go-dep-tarball/go-dep-tarball-0.ebuild')
-rw-r--r-- | dev-go/go-dep-tarball/go-dep-tarball-0.ebuild | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-go/go-dep-tarball/go-dep-tarball-0.ebuild b/dev-go/go-dep-tarball/go-dep-tarball-0.ebuild deleted file mode 100644 index 33119de78872..000000000000 --- a/dev-go/go-dep-tarball/go-dep-tarball-0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="script to package go dependencies" -HOMEPAGE="" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" - -S="${WORKDIR}" - -src_install() { - newbin "${FILESDIR}/go-dep-tarball-0" go-dep-tarball -} |