dev-go/go-dep-tarball - 0.1 (gentoo)

Search

Package Information

Description:
script to package go dependencies
Homepage:
https://wiki.gentoo.org/wiki/No_homepage
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.1 8 amd64 arm arm64 ~loong ~mips ppc64 ~riscv ~s390 x86 ~x64-macos ~x64-solaris 0
View Raw Ebuild
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="script to package go dependencies"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"

S="${WORKDIR}"

LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 ~loong ~mips ppc64 ~riscv ~s390 x86 ~x64-macos ~x64-solaris"

src_install() {
	newbin "${FILESDIR}/go-dep-tarball-${PV}" go-dep-tarball
}