Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 7, 2025
1 parent 5a0dc98 commit 7bc90f9
Show file tree
Hide file tree
Showing 4 changed files with 649 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-util/doppler/Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ DIST doppler-3.70.0-deps.tar.xz 30272032 BLAKE2B 58bd234a18818ce5b9790b03a543a49
DIST doppler-3.70.0.tar.gz 134713 BLAKE2B 955693b7400ec331e612bb7efdf7b4be9598a63843ec4d4a2df97199ab24e43800ace9f78f4ed7638fddf11f3913bbc7e0b398f49c77db6e0dc14cbe5689c352 SHA512 767273b400d4f9f7ce768873a68c0442ba3af0943f094b16738a2fe80d97120d0f0476ef37bb8bdfd408c7a4eaa438623511f4b1753fe4ac1c792751794d84b3
DIST doppler-3.71.0-deps.tar.xz 30298988 BLAKE2B 8ed1761b487b9779b946bd52141db68cfda34369005788337d8339d0da42b3af367b098dd5ac6f744ef7e21eecff7f6277dd2f24b75783abb7fcc8b1a20338cc SHA512 5b7416f92f8736a153e31da70f0eaf5fdf906a892674c2d4f9d045091bbfef1ae23353c45524a41c38af41addf51be9fed9bb75ae3cc06a9de6169b6b56a4e29
DIST doppler-3.71.0.tar.gz 135957 BLAKE2B 6e52e46633cfefa2cb00252056deeb01e6185c9e05868ea848f5a52fd76aebf67becb895fed3a29e7f8b5eae95caac545ec2aca6a661aa8d491c20c7e8ca4e6b SHA512 866a4fbae08e9091ce2c91829078b6e000654837e20c35526cac1b4457742ac8ccde04b75c6b3fa108ced7bdf068382b20d4fc4d33d11821640e2ae2e0919c2b
DIST doppler-3.71.1-deps.tar.xz 30463296 BLAKE2B 5682d2d835bb6da76e4c9666192a46ffb06cbb0f453ce5f8d3671ccf25a0580d41dc2960397e2f33cc183be8e72fa304299c5c0572e2134405b0fbefc3f715a3 SHA512 f025cf14cb7b15e4ac194985440d92735c8f208fd5062ddc93b4c9e0b33885c3113b7b371c08025cda18594b72d4cbb8947e84735b43b465250ea6647f7d532b
DIST doppler-3.71.1.tar.gz 135888 BLAKE2B 98a4a4970f8627cec24bcff895341ef60de7ff80fd04e4699a472731a88e509f303694bdec961fa143e753eff86e98abde4b1c5ee7e5c2443f95868c20c8807c SHA512 cec6b852b4b33199167a4f97b14c12b8e75e0937abd3745befbb2743baa77ee35fedfc23a45db5cfbc3625948f4e9c23cff07770a2a45a42b47e4ca084d6b538
31 changes: 31 additions & 0 deletions dev-util/doppler/doppler-3.71.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
inherit go-module tmpfiles

DESCRIPTION="The official CLI for interacting with your Doppler secrets and configuration"
HOMEPAGE="https://gitlab.com/gitlab-org/cli"
SRC_URI="https://github.com/DopplerHQ/cli/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://gentoo.rgst.io/updater_artifacts/${CATEGORY}/${PN}/${PV}/deps.tar.xz -> ${P}-deps.tar.xz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm arm64 ~riscv ~x86"

BDEPEND=">=dev-lang/go-1.21"

RESTRICT="test"

src_unpack() {
default
mv "cli-${PV}" "${P}"
}

src_compile() {
ego build -o bin/doppler -ldflags "-s -w -X github.com/DopplerHQ/cli/pkg/version.ProgramVersion=v${PV}" .
}

src_install() {
dobin "${S}/bin/${PN}"
}
Loading

0 comments on commit 7bc90f9

Please sign in to comment.