Created
February 5, 2011 14:16
-
-
Save nox/812482 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nox@Bellcross:~/src/erlang/agner.d/markdown.agner[master]$ cat agner.config | |
{name, "markdown"}. | |
{description, "An implementation of markdown written in Erlang"}. | |
{homepage, "https://github.com/hypernumbers/erlmarkdown"}. | |
{url, {git, "https://github.com/nox/erlmarkdown.git", {branch, "rebarify"}}}. | |
{authors, ["Gordon Guthrie"]}. | |
{license, "BSD", "LICENSE"}. | |
{rebar_compatible, true}. | |
{install_command, "$AGNER_PACKAGE_REPO/install.sh"}. | |
nox@Bellcross:~/src/erlang/agner.d/markdown.agner[master]$ agner fetch -s agner.config markdown | |
FAILURE: {'EXIT',<0.65.0>, | |
{function_clause, | |
[{agner_fetch,buildable, | |
[rebar, | |
{state, | |
{opts_rec,undefined,undefined,undefined,undefined,undefined, | |
undefined, | |
{spec, | |
[{name,"markdown"}, | |
{description, | |
"An implementation of markdown written in Erlang"}, | |
{homepage,"https://github.com/hypernumbers/erlmarkdown"}, | |
{url, | |
{git,"https://github.com/nox/erlmarkdown.git", | |
{branch,"rebarify"}}}, | |
{authors,["Gordon Guthrie"]}, | |
{license,"BSD","LICENSE"}, | |
{rebar_compatible,true}, | |
{install_command,"$AGNER_PACKAGE_REPO/install.sh"}]}, | |
undefined}, | |
"/Users/nox/src/erlang/agner.d/markdown.agner/.",[], | |
[build_command,add_path], | |
[install_command]}]}, | |
{gen_fsm2,handle_msg,7}, | |
{proc_lib,init_p_do_apply,3}]}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment