aboutsummaryrefslogtreecommitdiff
path: root/Formula/td-latest.rb
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-22 12:11:24 -0300
committerEuAndreh <eu@euandre.org>2023-03-22 15:51:52 -0300
commitb3ccc398cfd30ad9e243a041933204ea2e567535 (patch)
tree84ec606d88ace7e9d782d8e954b32d5d73bd6369 /Formula/td-latest.rb
parentsrc/bin/paku: Get Base64 from paku.lock instead of calculating it (diff)
downloadpackage-repository-b3ccc398cfd30ad9e243a041933204ea2e567535.tar.gz
package-repository-b3ccc398cfd30ad9e243a041933204ea2e567535.tar.xz
Support Homebrew
Diffstat (limited to '')
-rw-r--r--Formula/td-latest.rb17
1 files changed, 0 insertions, 17 deletions
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