* gcc: add missing zlibpkg dep
* add getrealdeps script
* add color
* suggested changes from @supechicken
* suggested changes
* fix verbiage
* add NOCOLORS option
* use read in lieu of head, and do not check nonexistent files
* Exit early if wrong package name is given.
* Add some quick exit code
* Allow for pkg.rb in getrealdeps and also add deps to all core packages
* fix lint error
* fix zlibpkg
* cleanup gcc deps
* move filecmd to be a ruby dependency
* fix llvm deps
* lint fix
* update more deps
* make sure package is installed before checking for deps
* add more deps
* change verbiage
* add more deps
* more dep updates
* Rename IgnoredPatterns to AllowedPatterns.
* Exclude docopt.rb (not our code) from Rubocop
* Disable Style/RedundantReturn
* Disable Style/MutableConstant
* Disable Style/NumericLiterals
* Set Layout/IndentationStyle to spaces
* Temporarily disable various cops.
* Add Rubocop CI via Octocop
* Lint tree with rubocop -A -c .rubocop.yml
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
* crew: Add multi-component support in one package
* Remove CREW_USE_RSYNC variable
* suggested @uberhacker changes
* Change back to `Dir.glob(...)` (`Dir[...]` will not work with blocks)
* Change `Dir.glob` to `Dir[...].each` (be consistent)
* Merge upstream
* Update gcc.rb
* Add `{glob,regex,array}` support for file filter
* Add comment
* `sed s/gcc11::libs/gcc::libs/g *`
* Remove extra options
* Delete `CREW_PREFIX` in filenames that will be passed to the filter function
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
* Initial .zst support
* initial zstd changes
* reverse tar version condition
* Change extension to .tar.zst
* Add verbosity, use nice for zstd
* add tar to core
* Add tar to buildessential
* Add tar to bootstrap packages
* Add musl tar with zstd support
* add error for old tar on system
* Add zst support to gl.sh, add update of rust in zst package format
* Add check for zstd before decompressing .zst files
* change new tar dependency to i686 only
* add more musl fixes
* add musl paths to tar cmd
* Add musl_zstd update with libc
* add musl path to install path
* add zst to strip_dir
* Add spaces to gl.sh
* remove extraneous no_zstd
* Convert curl, git, pixz to static, and update dependencies...
* Make git, curl, pixz first to get updated.
* updates to curl, git, libcurl, openssl
* Update Git build, more carefully add upx compression.
* add libcurl dep to curl
* move license line
* don't save rdfind results
* curl and libidn2 changes
* fix remove check file
* curl changes, add package updates to fix sommelier