* Add binary_compression value to each package
* Remove binary_url values and arrays
* Handle packages with empty binary_sha256 arrays (either missing binaries or not compiled by us)
* Curl => 8.0.0
* Add postinstall to handle libcurl removal removing curl binary
* change core to have curl in lieu of libcurl
* lint
* update packages.yaml, add doc line to curl.rb
* update ca_certificates to 20230311
* curl => 8.0.1
* test curl version logic
* cleanup version
* conflicts_ok only needed during build
* 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>
elfutils is a collection of utilities and libraries to read, create and modify ELF binary files, find and handle DWARF debug data, symbols, thread state and stacktraces for processes and core files on GNU/Linux.
Tested on x86_64, i686 and armv7l