diff options
Diffstat (limited to 'index/fn.mk')
-rw-r--r-- | index/fn.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/index/fn.mk b/index/fn.mk new file mode 100644 index 0000000..a937cb5 --- /dev/null +++ b/index/fn.mk @@ -0,0 +1,7 @@ +PACKAGES += fn +pkg_fn_name = fn +pkg_fn_description = Function utilities for Erlang +pkg_fn_homepage = https://github.com/reiddraper/fn +pkg_fn_fetch = git +pkg_fn_repo = https://github.com/reiddraper/fn +pkg_fn_commit = master |