Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nox committed Feb 9, 2011
0 parents commit f98e0f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions agner.config
@@ -0,0 +1,7 @@
{name, "cbuf"}.
{description, "Erlang Circular Buffer/List/LIFO Queue using ETS"}.
{homepage, "https://github.com/mattsta/cbuf"}.
{url, {git, "https://github.com/mattsta/cbuf.git", {branch, "master"}}}.
{authors, ["Matt Stancliff <sysop@mindspring.com>"]}.
{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 -rv ebin "$AGNER_INSTALL_PREFIX"

0 comments on commit f98e0f7

Please sign in to comment.