blob: 390e16772ad0062806e9b50ec3df3bb44fd10db4 (
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-03400ee4050249dc0aa1b1d5f8ef3f38ce28aacc.tar.gz'
sha256 '154b306dafa10d356157f9fa67fbaad3523c2e3f4fb749b60f1633f18aabec46'
license 'AGPL-3.0-or-later'
def install
system 'make'
system 'make', 'check'
system 'make', 'install', "PREFIX=#{prefix}"
end
end
|