Skip to content

Instantly share code, notes, and snippets.

@k1LoW
Forked from handlename/canything.rb
Last active December 19, 2015 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save k1LoW/5958473 to your computer and use it in GitHub Desktop.
Save k1LoW/5958473 to your computer and use it in GitHub Desktop.
require 'formula'
class Canything < Formula
url 'https://github.com/keiji0/canything/zipball/master'
sha1 '3dc52483443211b19441f5f8732943475143cecf'
homepage 'https://github.com/keiji0/canything'
version '20130128'
def install
system "make"
system "mkdir -p #{prefix}/bin"
system "cp LICENSE #{prefix}"
system "cp README #{prefix}"
system "mv canything #{prefix}/bin"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment