summaryrefslogtreecommitdiff
path: root/Ports/jq
AgeCommit message (Collapse)Author
2021-01-28Ports (jq): Add .patch extension to the diff to fit the wildcard (#5148)Jorropo
This fixes the build of `jq`. `diff` were not matched by `patches/*.patch`, this seems to have gone unnoticed in a refactor.
2021-01-23Ports: Clean up some package.sh scriptsLinus Groh
- Remove superfluous function overrides and use makeopts instead - Remove superfluous installopts - Use run rather than cd'ing manually - Ensure empty line between functions
2021-01-22Meta: Get building on NixOS (#5005)Jonathan Turner
2020-07-12Ports: Add jq :^)AnotherTest