Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.
nazoking edited this page Oct 12, 2016 · 1 revision

/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/longoption.rb

class Longoption < Formula
  VERSION=1.0
  desc "long option parser for bash"
  homepage "https://github.com/team-lab/longoption"
  url "https://github.com/team-lab/longoption/archive/v#{VERSION}.zip"
  version "#{VERSION}"
  sha256 "079ecf15ee8f5e2049fdee5abe57f0f9717f8e123b84e3b0fd80e62146caaf91"

  def install
    bin.install "longoption.sh"
  end

  test do
    system "test.sh"
  end
end
Clone this wiki locally