Reformat rockspec
This commit is contained in:
parent
837c188acf
commit
d26389058f
|
@ -1,23 +1,23 @@
|
|||
package = "connman_widget"
|
||||
version = "0.1.1-1"
|
||||
source = {
|
||||
url = "git://github.com/stefano-m/awesome-connman_widget",
|
||||
tag = "v0.1.1"
|
||||
}
|
||||
description = {
|
||||
summary = "A Connman widget for the Awesome Window Manager",
|
||||
detailed = [[
|
||||
version = "0.1.1-1"
|
||||
source = {
|
||||
url = "git://github.com/stefano-m/awesome-connman_widget",
|
||||
tag = "v0.1.1"
|
||||
}
|
||||
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"
|
||||
}
|
||||
dependencies = {
|
||||
"lua >= 5.1",
|
||||
"connman_dbus >= 0.1.0, < 0.2",
|
||||
}
|
||||
supported_platforms = { "linux" }
|
||||
build = {
|
||||
type = "builtin",
|
||||
modules = { connman_widget = "connman_widget.lua" },
|
||||
}
|
||||
homepage = "https://github.com/stefano-m/awesome-connman_widget",
|
||||
license = "GPL v3"
|
||||
}
|
||||
dependencies = {
|
||||
"lua >= 5.1",
|
||||
"connman_dbus >= 0.1.0, < 0.2",
|
||||
}
|
||||
supported_platforms = { "linux" }
|
||||
build = {
|
||||
type = "builtin",
|
||||
modules = { connman_widget = "connman_widget.lua" },
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue