summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2016-10-02Remove gcc dependency and use just clangManoel Vilela
Because the install.sh script use clang and is better reduce the number of dependencies to the minor number as possible
2016-10-01Keep the installation more idiomaticallyManoel Vilela
Use `install` script instead `cp`. We has a problem yet about the /usr/local/include/brain/io lib because we got a GIANT side effect during the make build process of brain source. This maybe did be done because, in some way, seems more easily to execute. But I think is a worse decision. Why just split the process into two procedures? `make build` and `make install`. Would be really more easy to handle this shit.
2016-10-01Put gcc as dependency instead clangManoel Vilela
2016-10-01Add the first release of Brain CompilerManoel Vilela