class SharedcLatest < Formula desc 'Multi-purpose C data structures, algorithms and utility functions' homepage 'https://sharedc.euandreh.xyz' url 'https://git.euandreh.xyz/sharedc/snapshot/sharedc-162309874927efb8a1aca9665decb168249965f8.tar.gz' sha256 '47df0af2633639b5305b13689ff1a095a092369a93d2cd459a5a37e3afd5a51c' license 'AGPL-3.0-or-later' def install system 'make' system 'make', 'check' system 'make', 'install', "PREFIX=#{prefix}" end end