Package Details: verible-git 0.0.r558.7fbda6835f-2

Git Clone URL: https://aur.archlinux.org/verible-git.git (read-only, click to copy)
Package Base: verible-git
Description: SystemVerilog parser, style-linter, and formatter
Upstream URL: https://github.com/google/verible
Licenses: Apache
Conflicts: verible
Provides: verible
Submitter: accuminium
Maintainer: accuminium
Last Packager: accuminium
Votes: 3
Popularity: 0.015707
First Submitted: 2020-09-03 09:11 (UTC)
Last Updated: 2023-11-11 21:04 (UTC)

Required by (2)

Sources (1)

Latest Comments

Yoxcu commented on 2025-03-28 09:32 (UTC)

i had to change this to reflect the install instructions on the verible github repository otherwise it did not package

build() { cd "$srcdir/${pkgname%-git}" bazel build -c opt :install-binaries }

check() { cd "$srcdir/${pkgname%-git}" bazel test -c opt //... }

package() { cd "$srcdir/${pkgname%-git}" # install -d "$pkgdir/usr/bin" .github/bin/simple-install.sh "$pkgdir/usr/bin" }

accuminium commented on 2023-11-11 21:04 (UTC)

Done, thanks for the note.

MikeWalrus commented on 2023-11-08 04:33 (UTC)

Please add python to the make dependencies.