diff options
Diffstat (limited to 'index/binpp.mk')
-rw-r--r-- | index/binpp.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/index/binpp.mk b/index/binpp.mk new file mode 100644 index 0000000..8804261 --- /dev/null +++ b/index/binpp.mk @@ -0,0 +1,7 @@ +PACKAGES += binpp +pkg_binpp_name = binpp +pkg_binpp_description = Erlang Binary Pretty Printer +pkg_binpp_homepage = https://github.com/jtendo/binpp +pkg_binpp_fetch = git +pkg_binpp_repo = https://github.com/jtendo/binpp +pkg_binpp_commit = master |