Split hubot into separate recipes, add ipfs to hal8000

This commit is contained in:
2018-09-09 16:20:24 +08:00
committed by Greg Karékinian
parent 4dff379065
commit c0358f5c9b
4 changed files with 256 additions and 239 deletions

View File

@@ -1,8 +1,8 @@
name 'kosmos-hubot'
maintainer 'Kosmos'
maintainer_email 'mail@kosmos.org'
license 'All rights reserved'
description 'Installs/Configures kosmos-hubot'
license 'MIT'
description 'Configures Kosmos chat bots'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.0'
@@ -10,3 +10,4 @@ depends 'kosmos-nodejs'
depends 'kosmos-redis'
depends 'firewall'
depends 'application_javascript'
depends 'ipfs'