diff --git a/agner.config b/agner.config new file mode 100644 index 0000000..846ed72 --- /dev/null +++ b/agner.config @@ -0,0 +1,7 @@ +{name, "jsonerl"}. +{description, "Erlang port driver for interacting with syslog via syslog(3)"}. +{homepage, "https://github.com/lambder/jsonerl"}. +{url, {git, "https://github.com/nox/jsonerl.git", {branch, "otp-hier"}}}. +{license, "BSD2"}. +{rebar_compatible, true}. +{install_command, "$AGNER_PACKAGE_REPO/install.sh"}. diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..ef86690 --- /dev/null +++ b/install.sh @@ -0,0 +1,2 @@ +#!/bin/sh +cp -rv ebin "$AGNER_INSTALL_PREFIX"