Search Criteria
Package Details: scc-bin 2.12.0-2
Git Clone URL: | https://aur.archlinux.org/scc-bin.git (read-only, click to copy) |
---|---|
Package Base: | scc-bin |
Description: | Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go |
Upstream URL: | https://github.com/boyter/scc |
Licenses: | |
Conflicts: | |
Submitter: | dbaggerman |
Maintainer: | dbaggerman |
Last Packager: | dbaggerman |
Votes: | 1 |
Popularity: | 0.001124 |
First Submitted: | 2020-02-12 09:28 |
Last Updated: | 2020-03-25 22:32 |
Dependencies (0)
Required by (0)
Sources (4)
- https://github.com/boyter/scc/releases/download/v2.12.0/scc-2.12.0-i386-unknown-linux.zip (i386)
- https://github.com/boyter/scc/releases/download/v2.12.0/scc-2.12.0-x86_64-unknown-linux.zip (x86_64)
- https://raw.githubusercontent.com/boyter/scc/master/LICENSE (x86_64)
- https://raw.githubusercontent.com/boyter/scc/master/LICENSE (i386)
Latest Comments
dbaggerman commented on 2020-03-25 22:35
Thanks robertking. Looks like I copied the wrong link for the license, I've amended it.
robertking commented on 2020-03-25 13:06
makepkg -sric
cannot pass checksum validation. It showsOn my machine (x86_64), I get a different sha256 sum for LICENSE file:
After changing this checksum in PKGBUILD, I can then install it with
makepkg -sric
as usual.