Search Criteria
Package Details: ameba 1.6.4-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 |
| Keywords: | crystal |
| Licenses: | MIT |
| Submitter: | zhangkaizhao |
| Maintainer: | PhCl |
| Last Packager: | PhCl |
| Votes: | 3 |
| Popularity: | 0.000003 |
| First Submitted: | 2019-05-23 16:31 (UTC) |
| Last Updated: | 2024-11-28 21:25 (UTC) |
Dependencies (8)
- gc (gc-large-configAUR, gc-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- libevent (libevent-gitAUR)
- libyaml (libyaml-gitAUR)
- make (make-gitAUR, make-staticAUR)
- 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)?