aboutsummaryrefslogtreecommitdiff
path: root/Formula/td.rb
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-28 19:51:44 -0300
committerEuAndreh <eu@euandre.org>2023-03-28 19:51:44 -0300
commitc5e9b62f0193ce802955ebdc8c128a21f3ca3097 (patch)
treef8d391931516600749544d0a95b187f20967f21e /Formula/td.rb
parentsrc/bin/paku.in: Add WIP version of Alpine support, based off of Debian (diff)
downloadpackages-c5e9b62f0193ce802955ebdc8c128a21f3ca3097.tar.gz
packages-c5e9b62f0193ce802955ebdc8c128a21f3ca3097.tar.xz
mv Formula/ src/homebrew/
Diffstat (limited to 'Formula/td.rb')
-rw-r--r--Formula/td.rb17
1 files changed, 0 insertions, 17 deletions
diff --git a/Formula/td.rb b/Formula/td.rb
deleted file mode 100644
index eeb58d2..0000000
--- a/Formula/td.rb
+++ /dev/null
@@ -1,17 +0,0 @@
-class Td < Formula
- desc 'Minimalistic bug tracker CLI'
- homepage 'https://euandre.org/s/td/'
- url 'https://euandre.org/git/td/snapshot/td-4a8a7a2662c94b2581f587e9a4b81feba4f5e7d8.tar.xz'
- sha256 'a25561ae8062788bfb79df2de5f26e5f1100638fbeabff934490cdf0a9dde105'
- license 'AGPL-3.0-or-later'
-
- def install
- system 'make', "PREFIX=#{prefix}"
- system 'make', 'check', "PREFIX=#{prefix}"
- system 'make', 'install', "PREFIX=#{prefix}"
- end
-
- test do
- system "#{bin}/td", '-V'
- end
-end