bash-snippets 1.20.0 (#20474)

lyrics tool is back
This commit is contained in:
ilovezfs 2017-11-10 00:06:46 -08:00 committed by GitHub
parent 2c32fe079e
commit 0dc1fc02a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
class BashSnippets < Formula
desc "Collection of small bash scripts for heavy terminal users"
homepage "https://github.com/alexanderepstein/Bash-Snippets"
url "https://github.com/alexanderepstein/Bash-Snippets/archive/v1.19.2.tar.gz"
sha256 "01b8cb1de20bacad7a88cfb297c3fe7c8eeda90f6e286952cfd6199cd10dc3a5"
url "https://github.com/alexanderepstein/Bash-Snippets/archive/v1.20.0.tar.gz"
sha256 "cef0ec02aa14b7cc130fb58ed901ad285a3ab6ce400cd85316e864e17a098202"
bottle :unneeded
@ -12,6 +12,7 @@ class BashSnippets < Formula
option "with-cryptocurrency", "Install cryptocurrency"
option "with-currency", "Install currency"
option "with-geo", "Install geo"
option "with-lyrics", "Install lyrics"
option "with-movies", "Install movies"
option "with-newton", "Install newton"
option "with-qrify", "Install qrify"
@ -34,7 +35,7 @@ class BashSnippets < Formula
system "./install.sh", "--prefix=#{prefix}", "all"
else
args = []
%w[cheat cloudup crypt cryptocurrency currency geo movies newton qrify
%w[cheat cloudup crypt cryptocurrency currency geo lyrics movies newton qrify
short siteciphers stocks taste todo transfer weather ytview].each do |tool|
args << tool if build.with? tool
end