- Travis funkt
- Rockspec entfernt
This commit is contained in:
parent
4ebe0c38d3
commit
5600cb7b0b
@ -28,8 +28,6 @@ before_install:
|
||||
- ./.luarocks/bin/luarocks install sha1
|
||||
- ./.luarocks/bin/luarocks install lpeg
|
||||
- cd $CURDIR
|
||||
- ls
|
||||
- pwd
|
||||
|
||||
|
||||
script:
|
||||
|
@ -1,4 +1,6 @@
|
||||
# Brawlbot v2
|
||||
[![Build Status](https://travis-ci.org/Brawl345/Brawlbot-v2.svg?branch=master)](https://travis-ci.org/Brawl345/Brawlbot-v2)
|
||||
|
||||
The plugin-wielding, multipurpose Telegram bot.
|
||||
|
||||
[Public Bot](http://telegram.me/mokubot) | [Official Channel](http://telegram.me/otouto) | [Development Group](http://telegram.me/BotDevelopment)
|
||||
|
@ -1,22 +0,0 @@
|
||||
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'
|
||||
}
|
Reference in New Issue
Block a user