diff options
author | EuAndreh <eu@euandre.org> | 2021-06-17 00:44:46 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-17 00:44:46 -0300 |
commit | 0aec663aec076eec9fa90ee260089a22a74ed3cd (patch) | |
tree | 9392a7e84992ce3464fb5a031fdb0e36aa54b20e /Formula/sharedc-latest.rb | |
parent | scripts/paku: Add pascalize() to recover Homebrew's (broken) naming scheme (diff) | |
download | package-repository-0aec663aec076eec9fa90ee260089a22a74ed3cd.tar.gz package-repository-0aec663aec076eec9fa90ee260089a22a74ed3cd.tar.xz |
Formula/sharedc-latest.rb: Remove
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 |