Search Criteria
Package Details: ameba 1.4.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: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2019-05-23 16:31 (UTC) |
Last Updated: | 2023-03-17 11:12 (UTC) |
Dependencies (8)
- gc (gc-git)
- gcc-libs (gccrs-libs-git, gcc-libs-git)
- libevent (libevent-fb, libevent-git)
- libyaml (libyaml-git)
- make (make-git)
- pcre (pcre-svn)
- crystal (crystal-git) (make)
- shards (shards-git) (make)
Latest Comments
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)?