mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user