diff options
Diffstat (limited to 'index/dhtcrawler.mk')
-rw-r--r-- | index/dhtcrawler.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/index/dhtcrawler.mk b/index/dhtcrawler.mk new file mode 100644 index 0000000..0d15138 --- /dev/null +++ b/index/dhtcrawler.mk @@ -0,0 +1,7 @@ +PACKAGES += dhtcrawler +pkg_dhtcrawler_name = dhtcrawler +pkg_dhtcrawler_description = dhtcrawler is a DHT crawler written in erlang. It can join a DHT network and crawl many P2P torrents. +pkg_dhtcrawler_homepage = https://github.com/kevinlynx/dhtcrawler +pkg_dhtcrawler_fetch = git +pkg_dhtcrawler_repo = https://github.com/kevinlynx/dhtcrawler +pkg_dhtcrawler_commit = master |