diff options
author | Loïc Hoguin <[email protected]> | 2015-07-04 12:56:55 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-07-04 12:56:55 +0200 |
commit | c2debce2bfcf2400905ff56c4a80e4c3251c6e56 (patch) | |
tree | 84eecb99141e638ccdc19d1eb8fa29f04b92f0c4 | |
parent | ea7424b277c7a4543f1b08d0e227782f4bae079f (diff) | |
download | erlang.mk-c2debce2bfcf2400905ff56c4a80e4c3251c6e56.tar.gz erlang.mk-c2debce2bfcf2400905ff56c4a80e4c3251c6e56.tar.bz2 erlang.mk-c2debce2bfcf2400905ff56c4a80e4c3251c6e56.zip |
Add package prop to the index
-rw-r--r-- | index/prop.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/index/prop.mk b/index/prop.mk new file mode 100644 index 0000000..cb2a74f --- /dev/null +++ b/index/prop.mk @@ -0,0 +1,7 @@ +PACKAGES += prop +pkg_prop_name = prop +pkg_prop_description = An Erlang code scaffolding and generator system. +pkg_prop_homepage = https://github.com/nuex/prop +pkg_prop_fetch = git +pkg_prop_repo = https://github.com/nuex/prop +pkg_prop_commit = master |