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-db1527a0d72471d702e0ec4609ce67ef7df73b41.tar.gz' sha256 'ebe9517b415407766fbafe7d9cb725bc8f32ab79151c48e1bf4b69f773aeccef' license 'AGPL-3.0-or-later' depends_on 'valgrind' => :build def install system './configure', "--prefix=#{prefix}" system 'make' system 'make', 'check' system 'make', 'install' end end