diff options
Diffstat (limited to 'index/econfig.mk')
-rw-r--r-- | index/econfig.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/index/econfig.mk b/index/econfig.mk new file mode 100644 index 0000000..3afa976 --- /dev/null +++ b/index/econfig.mk @@ -0,0 +1,7 @@ +PACKAGES += econfig +pkg_econfig_name = econfig +pkg_econfig_description = simple Erlang config handler using INI files +pkg_econfig_homepage = https://github.com/benoitc/econfig +pkg_econfig_fetch = git +pkg_econfig_repo = https://github.com/benoitc/econfig +pkg_econfig_commit = master |