blob: 2694ad5c2fcc24a556509465e02623cbbb98b845 (
plain) (
tree)
|
|
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-7593a30ce9c4ed87387066468f956bd43d5e89d0.tar.gz'
sha256 '5241431b51159ff1b27b4f68f3df9799db95615716bd2aeb1e8f16236fc16f26'
license 'AGPL-3.0-or-later'
def install
system 'make'
system 'make', 'check'
system 'make', 'install', "PREFIX=#{prefix}"
end
end
|