Skip to content

Commit

Permalink
Merge pull request #1 from hong-yi/poui
Browse files Browse the repository at this point in the history
poui v0.1.0
  • Loading branch information
hong-yi authored Mar 18, 2024
2 parents 3b21e81 + cfff1a7 commit 789156e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Formula/poui.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
class Poui < Formula
desc "Application to help you open your relevant developer portals"
homepage "https://github.com/hong-yi/poui"
url "https://github.com/hong-yi/poui.git", tag: "v0.1.0"
license "MIT"

depends_on "go" => :build

def install
system "go", "build", *std_go_args(ldflags: "-s -w")
end

test do
system "true"
end
end

0 comments on commit 789156e

Please sign in to comment.