Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nox committed Feb 5, 2011
0 parents commit 11824a9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions agner.config
@@ -0,0 +1,9 @@
{name, "erlcron"}.
{description, "Erlang cronish system"}.
{homepage, "https://github.com/erlware/erlcron"}.
{url, {git, "https://github.com/erlware/erlcron.git", {branch, "master"}}}.
{authors, ["ProcessOne"]}.
{license, "Erlang Public License 1.1", "EPLICENSE"}.
{applications, [erlcron]}.
{rebar_compatible, true}.
{install_command, "$AGNER_PACKAGE_REPO/install.sh"}.
2 changes: 2 additions & 0 deletions install.sh
@@ -0,0 +1,2 @@
#!/bin/sh
cp -vr ebin "$AGNER_INSTALL_PREFIX"

0 comments on commit 11824a9

Please sign in to comment.