Skip to content

Commit

Permalink
Merge branch 'master' of github.com:wakumaku/urlcodec
Browse files Browse the repository at this point in the history
  • Loading branch information
wakumaku committed Aug 13, 2019
2 parents c459135 + 7b240c1 commit 1be4135
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions urlcodec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# This file was generated by GoReleaser. DO NOT EDIT.
class Urlcodec < Formula
desc "URL Encode and Decode CLI"
homepage "https://github.com/wakumaku/urlcodec"
version "0.0.2"
bottle :unneeded

if OS.mac?
url "https://github.com/wakumaku/urlcodec/releases/download/v0.0.2/urlcodec_0.0.2_darwin_amd64.tar.gz"
sha256 "9045c51d0fd3759d44f833571410bf4f3d1aa5bb6d9d39e52f2bf80bfdb85605"
elsif OS.linux?
if Hardware::CPU.intel?
url "https://github.com/wakumaku/urlcodec/releases/download/v0.0.2/urlcodec_0.0.2_linux_amd64.tar.gz"
sha256 "ea29afe4c71fc6358f09b481480e483429eaffaec499e8cf67caf7c1abdb8692"
end
end

def install
bin.install "program"
end
end

0 comments on commit 1be4135

Please sign in to comment.