Search Criteria
Package Details: logcat-colorize 0.5-1
Git Clone URL: | https://aur.archlinux.org/logcat-colorize.git (read-only, click to copy) |
---|---|
Package Base: | logcat-colorize |
Description: | A simple program that colorizes Android Debug Bridge (adb)'s logcat output on a terminal window. |
Upstream URL: | https://bitbucket.org/brunobraga/logcat-colorize/overview |
Licenses: | |
Submitter: | luckdragon |
Maintainer: | None |
Last Packager: | luckdragon |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2015-11-22 23:11 |
Last Updated: | 2015-11-22 23:11 |
Latest Comments
gim commented on 2016-04-27 06:19
Shouldn't this package depend on boost as well? Also, why is mercurial in makedeps? It looks like it takes source code directly from git repository, which means the package name should have postfix `-git`. And why build process is happening inside `package()`? Please read https://wiki.archlinux.org/index.php/Arch_packaging_standards
gim commented on 2016-04-27 06:11
==> Starting package()...
g++ logcat-colorize.cpp -o logcat-colorize -lboost_regex -lboost_program_options -std=c++0x
logcat-colorize.cpp:40:27: fatal error: boost/regex.hpp: No such file or directory
compilation terminated.
Makefile:38: recipe for target 'logcat-colorize' failed
make: *** [logcat-colorize] Error 1