Skip to content

Commit

Permalink
master package
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Jan 21, 2012
1 parent 4191768 commit 59e26b9
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions agner.config
@@ -1,10 +1,7 @@
{name, "[Package Name]"}.
{authors, ["[Author Name] <[Author Email]>"]}.
{description, "[Package Synopsis]"}.
{homepage, "[Package Homepage]"}.
{name, "Erlware Commons"}.
{authors, ["Erlware http://erlware.org"]}.
{description, "Erlware Commons is an Erlware project focused on all aspects of reusable Erlang components."}.
{homepage, "http://erlware.org"}.
{rebar_compatible, true}.
{license, "[Package License]", "[Optional Package License File]"}.
{url, {git, "[Package Git URL]", [Package Git Ref]}}. % Ref is either "[sha1]", or {tag, "[tag name]"} or {branch, "[BranchName]"}
%% url also accepts {hg, "[Package Hg URL]", "[Package Hg Rev]"}
%% {svn, "[Package SVN URL]", "[Package SVN Rev]"}
{url, {git, "https://github.com/erlware/erlware_commons.git", {branch, "master"}}}.
{applications, []}.

0 comments on commit 59e26b9

Please sign in to comment.