diff options
Diffstat (limited to 'Formula/sharedc-latest.rb')
-rw-r--r-- | Formula/sharedc-latest.rb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Formula/sharedc-latest.rb b/Formula/sharedc-latest.rb deleted file mode 100644 index 2694ad5..0000000 --- a/Formula/sharedc-latest.rb +++ /dev/null @@ -1,13 +0,0 @@ -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 |