Skip to content

Commit

Permalink
add metadata and initial recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
phlipper committed Apr 18, 2012
1 parent 33e1af2 commit 536c804
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
13 changes: 13 additions & 0 deletions metadata.rb
@@ -0,0 +1,13 @@
name "grc"
maintainer "Phil Cohen"
maintainer_email "github@phlippers.net"
license "MIT"
description "Installs grc"
long_description IO.read(File.join(File.dirname(__FILE__), "README.md"))
version "1.0.0"

recipe "grc", "Installs grc"

%w[debian ubuntu].each do |os|
supports os
end
8 changes: 8 additions & 0 deletions recipes/default.rb
@@ -0,0 +1,8 @@
#
# Cookbook Name:: grc
# Recipe:: default
#
# Copyright 2012, Phil Cohen
#

package "grc"

0 comments on commit 536c804

Please sign in to comment.