2014-05-18 02:45:40 +00:00
|
|
|
class Chgems < Formula
|
2015-05-19 00:00:59 +00:00
|
|
|
desc "chroot for Ruby gems"
|
2014-05-18 02:45:40 +00:00
|
|
|
homepage "https://github.com/postmodern/chgems#readme"
|
|
|
|
url "https://github.com/postmodern/chgems/archive/v0.3.2.tar.gz"
|
2015-08-03 12:55:31 +00:00
|
|
|
sha256 "515d1bfebb5d5183a41a502884e329fd4c8ddccb14ba8a6548a1f8912013f3dd"
|
2014-05-18 02:45:40 +00:00
|
|
|
head "https://github.com/postmodern/chgems.git"
|
|
|
|
|
|
|
|
def install
|
|
|
|
system "make", "install", "PREFIX=#{prefix}"
|
|
|
|
end
|
|
|
|
end
|