class FallibleLatest < Formula desc 'Fault injection library for stress-testing failure scenarios' homepage 'https://fallible.euandreh.xyz' url 'https://git.euandreh.xyz/fallible/snapshot/fallible-7185ea059413b1bd4cb87e1f3c289ea872881ae9.tar.gz' sha256 'dc6018dd12f207385e5263580f54187d0ff73555091a4800810dc47d350997ec' license 'AGPL-3.0-or-later' depends_on 'valgrind' => :build def install system 'make' system 'make', 'check' system 'make', 'install', "PREFIX=#{prefix}" end end