Let's get this rock rolling!

This commit is contained in:
Brayden Banks
2016-04-28 21:36:35 -07:00
parent 41181085ce
commit 46343a5503
15 changed files with 57 additions and 21 deletions

22
otouto-dev-1.rockspec Normal file
View File

@@ -0,0 +1,22 @@
package = 'otouto'
version = 'dev-1'
source = {
url = 'git://github.com/topkecleon/otouto.git'
}
description = {
summary = 'The plugin-wielding, multipurpose Telegram bot!',
detailed = 'A plugin-wielding, multipurpose bot for the Telegram API.',
homepage = 'http://otou.to',
maintainer = 'Drew <drew@otou.to>',
license = 'GPL-2'
}
dependencies = {
'lua >= 5.2',
'LuaSocket ~> 3.0',
'LuaSec ~> 0.6',
'dkjson ~> 2.5',
'LPeg ~> 1.0'
}