Can we use forks for unmaintained libraries ?
I want to create a recipe for crunch. It's texture compression codec library unmaintained for several years. But there is a fork that fixed bugs and add CMake.
Using BinomialLLC/crunch:
Pros:
Cons:
https://github.com/DaemonEngine/crunch
Using the fork DaemonEngine/crunch:
Pros:
Cons:
Which one should I use?
In my opinion, crunch should be reserved for the original one
The fork could be packaged as daemonengine-crunch
Could this answer be added to the docs to help guide contributors?
Most helpful comment
In my opinion,
crunchshould be reserved for the original oneThe fork could be packaged as
daemonengine-crunch