diff options
author | Loïc Hoguin <[email protected]> | 2015-07-04 12:51:23 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-07-04 12:51:23 +0200 |
commit | eac26c77b7f7a1bcefd8f50987a64881f53d50fd (patch) | |
tree | 4ff3a54afb542103e9ada0fd2d08e11884670a17 /index/trails.mk | |
parent | 2f49c09aea91884c82d3a33fe0174ff3b093e846 (diff) | |
download | erlang.mk-eac26c77b7f7a1bcefd8f50987a64881f53d50fd.tar.gz erlang.mk-eac26c77b7f7a1bcefd8f50987a64881f53d50fd.tar.bz2 erlang.mk-eac26c77b7f7a1bcefd8f50987a64881f53d50fd.zip |
Add package trails to the index
Diffstat (limited to 'index/trails.mk')
-rw-r--r-- | index/trails.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/index/trails.mk b/index/trails.mk new file mode 100644 index 0000000..dec709f --- /dev/null +++ b/index/trails.mk @@ -0,0 +1,7 @@ +PACKAGES += trails +pkg_trails_name = trails +pkg_trails_description = A couple of improvements over Cowboy Routes +pkg_trails_homepage = http://inaka.github.io/cowboy-trails/ +pkg_trails_fetch = git +pkg_trails_repo = https://github.com/inaka/cowboy-trails +pkg_trails_commit = master |