summaryrefslogtreecommitdiff
path: root/dev-go/go-dep-tarball/go-dep-tarball-0.ebuild
blob: fc8c1b276db3683ea708df1361714133bc457a91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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"

S="${WORKDIR}"

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