Skip to content

Commit

Permalink
とりあえずhomebrew対応
Browse files Browse the repository at this point in the history
  • Loading branch information
otiai10 committed Oct 29, 2019
1 parent 79c94b5 commit d76ce54
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions formula.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Documentation: https://docs.brew.sh/Formula-Cookbook
# https://rubydoc.brew.sh/Formula
# PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST!
class Amesh < Formula
desc "みんなだいすき東京アメッシュ!"
homepage "http://tokyo-ame.jwa.or.jp/"
url "https://github.com/otiai10/amesh/releases/download/v1.1.0/darwin_amd64.zip"
sha256 "48eaf42d363324e0ee0dcd4077c2bfe7b78b994ef9aa7edcf7a33e5a5d533fd2"

def install
bin.install "amesh"
end

test do
end
end

0 comments on commit d76ce54

Please sign in to comment.