dev-util/packer: update SRC_URI, plaintext PN, add go >=1.25.11 bdep

Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Joonas Niilola
2026-07-06 16:11:50 +03:00
parent 0ea353da31
commit 0a794d7c50

View File

@@ -7,7 +7,7 @@ inherit go-module shell-completion
DESCRIPTION="A tool to create identical machine images for multiple platforms"
HOMEPAGE="https://www.packer.io"
SRC_URI="https://github.com/hashicorp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/hashicorp/packer/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://gentoo.neutroniak.com/${P}-deps.tar.xz"
LICENSE="BUSL-1.1"
@@ -15,6 +15,8 @@ LICENSE+=" Apache-2.0 BSD MIT MPL-2.0 unicode Unicode-DFS-2016 ISC CC-BY-4.0 GPL
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~riscv"
BDEPEND=">=dev-lang/go-1.25.11"
DOCS=( {README,CHANGELOG}.md )
RESTRICT+=" test"