Skip to content

Commit

Permalink
First Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale Harvey committed Feb 15, 2011
1 parent e43f6dd commit f8d78a7
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions agner.config
@@ -1,9 +1,10 @@
{name, "[Package Name]"}. {name, "erldocs"}.
{authors, ["[Author Name] <[Author Email]>"]}. {authors, ["Dale Harvey <dale@arandomurl.com>"]}.
{description, "[Package Synopsis]"}. {description, "Library to generate documentation from erlang source"}.
{homepage, "[Package Homepage]"}. {homepage, "http://erldocs.com"}.
{rebar_compatible, true}. {license, "DWTFYW"}.
{license, "[Package License]", "[Optional Package License File]"}. {url, {git, "https://github.com/daleharvey/erldocs.git", {branch, "master"}}}.
{url, {git, "[Package Git URL]", [Package Git Ref]}}. % Ref is either "[sha1]", or {tag, "[tag name]"} or {brach, "[BranchName]"} {install_command, "mkdir -p $AGNER_INSTALL_PREFIX/bin && cp ./erldocs $AGNER_INSTALL_PREFIX/bin/"}.
{applications, []}. {applications, [erldocs]}.
% url also accepts {hg, "[Package Hg URL]", "[Package Hg Rev]"} {bin_files, ["bin/erldocs"]}.
{build_command, "make"}.

0 comments on commit f8d78a7

Please sign in to comment.