Commit Graph

6 Commits

Author SHA1 Message Date
Maximilian Downey Twiss
75fb2832a5 Do not pass CREW_TARGET to regular (non-compiler) builds (#10146) 2024-07-24 02:03:11 -05:00
Maximilian Downey Twiss
db53d236c5 Unify CREW_BUILD and CREW_TGT into CREW_TARGET (#9977) 2024-06-15 20:16:43 -05:00
Maximilian Downey Twiss
f6dc1d8d4e Derive binary_url in package.rb (#7082)
* 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)
2024-01-25 11:03:31 -05:00
Maximilian Downey Twiss
b8bed724e5 Remove basic miscellaneous uses of @_ver (#8429) 2023-06-22 10:47:09 -04:00
Maximilian Downey Twiss
de24923ee8 Add Rubocop CI (#7083)
* 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>
2022-08-22 13:31:25 -04:00
Cassandra Watergate
3e556acd12 New packages: zopfli, gif2apng, apng2gif, patch libpng with APNG support (#6345)
* add animated png (APNG) support to libpng

* new package zopfli

* new package gif2apng

* new package apng2gif

* fix version number and description

* fix `whatis` description in manpages

* Add pre-built binaries

Co-authored-by: Ed Reel <edreel@gmail.com>
2021-11-01 02:19:52 -05:00