Skip to content

Conversation

@viktomas
Copy link
Owner

@viktomas viktomas commented May 10, 2020

  • I've read Contribution guide
  • I've tested everything that doesn't relate to tcell.Screen API

Closes #65

Formula: https://github.com/viktomas/homebrew-taps/blob/master/godu.rb

I've followed this simple tutorial: https://engineering.innovid.com/distributing-command-line-tools-with-homebrew-d03e795cadc8#748e

class HelloWorld < Formula
  desc "usefull script that prints Hello World to your Console"
  homepage "https://bitbucket.org/user/repo"


  url "https://bitbucket.org/user/repo/get/HEAD.zip", :using => :curl

  def install
    bin.install "innovid/hello-world"
  end
end

and only added sha256 attribute to avoid a warning.

Thanks @leonklingele for the recommendation. I got a bit confused by the Makefile in pick.

@codecov
Copy link

codecov bot commented May 10, 2020

Codecov Report

Merging #81 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #81   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          247       247           
=========================================
  Hits           247       247           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 44aea9c...cb26ce9. Read the comment docs.

@viktomas viktomas merged commit 1caa789 into master May 10, 2020
@viktomas viktomas deleted the 65-homebrew branch May 10, 2020 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Publish godu through homebrew and apt-get

2 participants