Skip to content

Commit

Permalink
Initial specification
Browse files Browse the repository at this point in the history
  • Loading branch information
yrashk committed Feb 12, 2011
1 parent e43f6dd commit 49350a6
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, "beamjs"}.
{authors, ["[Author Name] <[Author Email]>"]}. {authors, ["Yurii Rashkovskii <yrashk@gmail.com>"]}.
{description, "[Package Synopsis]"}. {description, "Erlang-based JavaScript platform"}.
{homepage, "[Package Homepage]"}. {homepage, "http://beamjs.org/"}.
{rebar_compatible, true}. {license, "BSD2", "LICENSE"}.
{license, "[Package License]", "[Optional Package License File]"}. {url, {git, "https://github.com/beamjs/beamjs.git", {branch, "master"}}}.
{url, {git, "[Package Git URL]", [Package Git Ref]}}. % Ref is either "[sha1]", or {tag, "[tag name]"} or {brach, "[BranchName]"} {applications, [beamjs]}.
{applications, []}. {build_command, "make"}.
% url also accepts {hg, "[Package Hg URL]", "[Package Hg Rev]"} {bin_files, ["bin/beamjs"]}.
{install_command, "make release && cp -rv rel/beamjs/ $AGNER_INSTALL_PREFIX"}.

0 comments on commit 49350a6

Please sign in to comment.