From b3ccc398cfd30ad9e243a041933204ea2e567535 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 22 Mar 2023 12:11:24 -0300 Subject: Support Homebrew --- Formula/td-latest.rb | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 Formula/td-latest.rb (limited to 'Formula/td-latest.rb') diff --git a/Formula/td-latest.rb b/Formula/td-latest.rb deleted file mode 100644 index 723c77d..0000000 --- a/Formula/td-latest.rb +++ /dev/null @@ -1,17 +0,0 @@ -class TdLatest < Formula - desc 'Minimalistic bug tracker CLI' - homepage 'https://euandreh.xyz/td/' - url 'https://euandreh.xyz/td.git/snapshot/td-7a1d07c1051ff48f17c915f99e20b629ed0a6a70.tar.gz' - sha256 '4857ac55dbc9790c0aa5b3b7c0c8eadcaed29e201cea46d8b1dd4248d574acc7' - license 'AGPL-3.0-or-later' - - def install - system 'make' - system 'make', 'check' - system 'make', 'install', "PREFIX=#{prefix}" - end - - test do - system "#{bin}/td", '-V' - end -end -- cgit v1.2.3