Skip to content

Commit

Permalink
Initial specification
Browse files Browse the repository at this point in the history
  • Loading branch information
yrashk committed Feb 25, 2011
1 parent 031821f commit 4c33979
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions agner.config
@@ -1,10 +1,8 @@
{name, "[Package Name]"}.
{authors, ["[Author Name] <[Author Email]>"]}.
{description, "[Package Synopsis]"}.
{homepage, "[Package Homepage]"}.
{name, "uuid"}.
{authors, ["Michael Truog <mjtruog@gmail.com"]}.
{description, "Erlang Native UUID (v1 & v4) Generation"}.
{homepage, "https://github.com/okeuday/uuid"}.
{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 {brach, "[BranchName]"}
%% url also accepts {hg, "[Package Hg URL]", "[Package Hg Rev]"}
%% {svn, "[Package SVN URL]", "[Package SVN Rev]"}
{applications, []}.
{license, "BSD"}.
{url, {git, "https://github.com/okeuday/uuid.git", {branch, "master"}}}.
{applications, [uuid]}.

0 comments on commit 4c33979

Please sign in to comment.