diff options
Diffstat (limited to 'index/giallo.mk')
-rw-r--r-- | index/giallo.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/index/giallo.mk b/index/giallo.mk new file mode 100644 index 0000000..6fbd1b6 --- /dev/null +++ b/index/giallo.mk @@ -0,0 +1,7 @@ +PACKAGES += giallo +pkg_giallo_name = giallo +pkg_giallo_description = Small and flexible web framework on top of Cowboy +pkg_giallo_homepage = https://github.com/kivra/giallo +pkg_giallo_fetch = git +pkg_giallo_repo = https://github.com/kivra/giallo +pkg_giallo_commit = master |