todo-txt: bottle unneeded
This commit is contained in:
parent
14b776bc5b
commit
3b8d3f0894
1 changed files with 2 additions and 1 deletions
|
@ -3,9 +3,10 @@ class TodoTxt < Formula
|
|||
homepage "http://todotxt.com/"
|
||||
url "https://github.com/ginatrapani/todo.txt-cli/releases/download/v2.10/todo.txt_cli-2.10.tar.gz"
|
||||
sha256 "b59417a26feeafd811e0f1ff17e85e69ac5bcb1a0544b736f539ffb8fe27f6a9"
|
||||
|
||||
head "https://github.com/ginatrapani/todo.txt-cli.git"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
def install
|
||||
bin.install "todo.sh"
|
||||
prefix.install "todo.cfg" # Default config file
|
||||
|
|
Loading…
Reference in a new issue