aboutsummaryrefslogtreecommitdiff
path: root/lib/main.bash
AgeCommit message (Collapse)AuthorFilesLines
2021-03-04Use gmake for nqp and rakudo if its availablePatrick Spek1-0/+11
NQP and Rakudo generate a different makefile if gmake is available, and their makefiles require gmake to be used because of that. This change will check if gmake is available, and use it for those particular core components instead of regular make.
2020-11-20Discover system arch in a subshellPatrick Spek1-1/+6
2020-04-09Add a GitLab CI specificationPatrick Spek1-1/+1
2020-04-08Include term in sysinfoPatrick Spek1-0/+1
2020-04-08Rewrite the build-docker actionPatrick Spek1-16/+23
2020-04-04Add install support for ArchlinuxPatrick Spek1-2/+10
2020-04-01Apply additional cleaning to system infoPatrick Spek1-2/+2
2020-04-01Don't attempt to show perl manager if none is definedPatrick Spek1-2/+5
2020-04-01Update sysinfo to only use POSIX specified uname infoPatrick Spek1-9/+9
2020-03-28Bring clean up to date with the rest of the repoPatrick Spek1-2/+3
2020-03-28Update usage textPatrick Spek1-5/+8
2020-03-28Please shellcheckPatrick Spek1-1/+13
2020-03-28Show commands to install deps on supported systemsPatrick Spek1-4/+60
2020-03-25Update usage textPatrick Spek1-4/+15
This way, the options per action can be specified in a readable manner.
2020-03-22Discover some system informationPatrick Spek1-8/+45
2020-03-22Fix Perl module checkPatrick Spek1-1/+3
2020-03-22Work out (most?) issues reported by shellcheckPatrick Spek1-3/+3
2020-03-22Initial commitPatrick Spek1-0/+129