Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nox committed Feb 4, 2011
0 parents commit c636665
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions agner.config
@@ -0,0 +1,11 @@
{name, "eper"}.
{description, "a set of tools for performance tuning and debugging Erlang code"}.
{homepage, "https://github.com/massemanet/eper"}.
{url, {git, "https://github.com/nox/eper.git", {branch, "script-fixes"}}}.
{authors, ["Mats Cronqvist <masse@cronqvi.st>"]}.
{license, "MIT", "COPYING"}.
{rebar_compatible, true}.
{rebar_commands, ["get-deps", "compile", "escriptize"]}.
{install_command, "$AGNER_PACKAGE_REPO/install.sh"}.
{bin_files, ["priv/eper", "priv/bin/eper-dtop", "priv/bin/eper-ntop",
"priv/bin/eper-redbug"]}.
5 changes: 5 additions & 0 deletions install.sh
@@ -0,0 +1,5 @@
#!/bin/sh
cp -vr ebin priv $AGNER_INSTALL_PREFIX
for s in $AGNER_INSTALL_PREFIX/priv/bin/*; do
mv -v "$s" `dirname "$s"`/eper-`basename "$s"`
done

0 comments on commit c636665

Please sign in to comment.