From 0aec663aec076eec9fa90ee260089a22a74ed3cd Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 17 Jun 2021 00:44:46 -0300 Subject: Formula/sharedc-latest.rb: Remove --- Formula/sharedc-latest.rb | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 Formula/sharedc-latest.rb (limited to 'Formula') 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 -- cgit v1.2.3