The arx tool captures the parameters of an execution and encodes them as
an executable, making for easy, consistent transfer and repetition of a
particular run.
Fix audit issues
- Don't use formula name in description
- Use system correctly in install and test
Improve test based on feedback from DomT4
- Pathname#write instead of File#write
- shell_output instead of backticks
- assert_match on output from test script
Improve test based on feedback from bfontaine
- Use #{bin}/arx instead of arx
- Drop parenthesis for chmod
Improve install based on feedback from DomT4
Find platform tag in the same way as the Makefile does.
ClosesHomebrew/homebrew#45802.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>