diff options
author | Loïc Hoguin <[email protected]> | 2015-11-22 00:35:36 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-11-22 00:35:36 +0100 |
commit | e79528f1725104d4bc2325498526dd8288b0b8d1 (patch) | |
tree | 356706c194846b9ae64ea4cd6fdaaf222a848a45 /index/nksip.mk | |
parent | 0bcfceeb0950c26ff5eed2fc0813f071795c139e (diff) | |
download | erlang.mk-e79528f1725104d4bc2325498526dd8288b0b8d1.tar.gz erlang.mk-e79528f1725104d4bc2325498526dd8288b0b8d1.tar.bz2 erlang.mk-e79528f1725104d4bc2325498526dd8288b0b8d1.zip |
Add package nksip to the index
Diffstat (limited to 'index/nksip.mk')
-rw-r--r-- | index/nksip.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/index/nksip.mk b/index/nksip.mk new file mode 100644 index 0000000..b74ccfc --- /dev/null +++ b/index/nksip.mk @@ -0,0 +1,7 @@ +PACKAGES += nksip +pkg_nksip_name = nksip +pkg_nksip_description = Erlang SIP application server +pkg_nksip_homepage = https://github.com/kalta/nksip +pkg_nksip_fetch = git +pkg_nksip_repo = https://github.com/kalta/nksip +pkg_nksip_commit = master |