Search Criteria
Package Details: ameba 1.6.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ameba.git (read-only, click to copy) |
---|---|
Package Base: | ameba |
Description: | A static code analysis tool for Crystal |
Upstream URL: | https://github.com/crystal-ameba/ameba |
Licenses: | MIT |
Submitter: | zhangkaizhao |
Maintainer: | PhCl |
Last Packager: | PhCl |
Votes: | 3 |
Popularity: | 0.051410 |
First Submitted: | 2019-05-23 16:31 (UTC) |
Last Updated: | 2024-10-14 16:59 (UTC) |
Dependencies (8)
- gc (gc-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- libevent (libevent-gitAUR)
- libyaml (libyaml-gitAUR)
- make (make-gitAUR)
- pcre
- crystal (crystal-gitAUR, crystal-nightlyAUR) (make)
- shards (shards-gitAUR, crystal-nightlyAUR) (make)
Latest Comments
Fijxu commented on 2024-06-23 04:32 (UTC)
Thanks for maintaining the package!
hugo commented on 2021-02-26 19:40 (UTC)
This package is building ameba in debug mode, to build it in release mode you should add do:
make PREFIX="${pkgdir}/usr" CRFLAGS=--release install
See https://github.com/crystal-ameba/ameba/blob/master/Makefile.
PhCl commented on 2020-02-12 23:14 (UTC)
Thanks for creating the package. Is there a reason to fetch the release from the fork (https://github.com/veelenga/ameba), or could you switch to what looks like the main repository (https://github.com/crystal-ameba/ameba)?