sci-electronics/verible - 0.0.3644 (vowstar)

Search

Install

Install this version:

emerge -a =sci-electronics/verible-0.0.3644

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sci-electronics/verible-0.0.3644

Or alternatively:

emerge --autounmask-write -a =sci-electronics/verible-0.0.3644

Package Information

Description:
SystemVerilog parser, style-linter, and formatter
Homepage:
https://chipsalliance.github.io/verible/ https://github.com/chipsalliance/verible
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.0.3644 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="8"

# From release tag name
MY_PV="v0.0-3644-g6882622d"

DESCRIPTION="SystemVerilog parser, style-linter, and formatter"
HOMEPAGE="
	https://chipsalliance.github.io/verible/
	https://github.com/chipsalliance/verible
"

# Bazel's gentoo package is a disaster to maintain. There is really not enough
# time to maintain the source package, so starting from 0.0.3644, it will be
# switched to a binary package.
REL_URI="https://github.com/chipsalliance/verible/releases/download"
SRC_URI="
	amd64? ( ${REL_URI}/${MY_PV}/verible-${MY_PV}-linux-static-x86_64.tar.gz )
	arm64? ( ${REL_URI}/${MY_PV}/verible-${MY_PV}-linux-static-arm64.tar.gz )
"

S="${WORKDIR}/${PN}-${MY_PV}"

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

RDEPEND="sys-libs/zlib"
DEPEND="${RDEPEND}"

QA_PREBUILT="*"

src_install() {
	dobin "${S}"/bin/*
}

Dependencies

DEPEND

sys-libs/zlib

RDEPEND

sys-libs/zlib

Manifest for 0.0.3644

Type File Size Source URLs
DIST verible-v0.0-3644-g6882622d-linux-static-arm64.tar.gz 12166218 bytes https://github.com/chipsalliance/verible/releases/download/v0.0-3644-g6882622d/verible-v0.0-3644-g6882622d-linux-static-arm64.tar.gz
DIST verible-v0.0-3644-g6882622d-linux-static-x86_64.tar.gz 13277096 bytes https://github.com/chipsalliance/verible/releases/download/v0.0-3644-g6882622d/verible-v0.0-3644-g6882622d-linux-static-x86_64.tar.gz