diff options
author | Loïc Hoguin <[email protected]> | 2015-07-04 12:53:25 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-07-04 12:53:25 +0200 |
commit | ea7424b277c7a4543f1b08d0e227782f4bae079f (patch) | |
tree | 0f941a228b8b659ae9994aaced014f4420bcf5f1 | |
parent | eac26c77b7f7a1bcefd8f50987a64881f53d50fd (diff) | |
download | erlang.mk-ea7424b277c7a4543f1b08d0e227782f4bae079f.tar.gz erlang.mk-ea7424b277c7a4543f1b08d0e227782f4bae079f.tar.bz2 erlang.mk-ea7424b277c7a4543f1b08d0e227782f4bae079f.zip |
Add package gut to the index
-rw-r--r-- | index/gut.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/index/gut.mk b/index/gut.mk new file mode 100644 index 0000000..1873c8e --- /dev/null +++ b/index/gut.mk @@ -0,0 +1,7 @@ +PACKAGES += gut +pkg_gut_name = gut +pkg_gut_description = gut is a template printing, aka scaffolding, tool for Erlang. Like rails generate or yeoman +pkg_gut_homepage = https://github.com/unbalancedparentheses/gut +pkg_gut_fetch = git +pkg_gut_repo = https://github.com/unbalancedparentheses/gut +pkg_gut_commit = master |