Search Criteria
Package Details: verible-git 0.0.r558.7fbda6835f-2
Package Actions
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) |
Dependencies (4)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- bazel (bazel-gitAUR, bazel3-binAUR, bazelisk-gitAUR, bazelisk-binAUR, bazelisk) (make)
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Required by (2)
- veridian-bin (requires verible) (optional)
- veridian-bin (optional)
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.