Add rockspec for version 0.1.5

This commit is contained in:
Stefano Mazzucco 2017-06-15 15:54:01 +01:00
parent e917b699a9
commit 9a5a560cae
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
package = "connman_widget"
version = "0.1.5-1"
source = {
url = "git://github.com/stefano-m/awesome-connman_widget",
tag = "v0.1.5"
}
description = {
summary = "A Connman widget for the Awesome Window Manager",
detailed = [[
Monitor your network devices in Awesome with Connman and DBus.
]],
homepage = "https://github.com/stefano-m/awesome-connman_widget",
license = "GPL v3"
}
supported_platforms = {
"linux"
}
dependencies = {
"lua >= 5.1",
"connman_dbus >= 0.2.0, < 0.3"
}
build = {
type = "builtin",
modules = {
connman_widget = "connman_widget.lua"
}
}