mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-admin/aws-vault: Modernize build stage
Original[1] upstream has been abandoned, and suggests[2] migrating to maintained fork[3]. [1]: https://github.com/99designs/aws-vault [2]: https://github.com/99designs/aws-vault/pull/1270 [3]: https://github.com/ByteNess/aws-vault Signed-off-by: Alexey Zapparov <alexey@zapparov.com>
This commit is contained in:
@@ -19,7 +19,7 @@ KEYWORDS="~amd64"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_compile() {
|
||||
go build -ldflags "-s -w -X \"main.Version=${PV}\"" -o "${PN}" || die "go build failed"
|
||||
ego build -ldflags "-s -w -X \"main.Version=${PV}\"" -o "${PN}" || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
Reference in New Issue
Block a user