Add rockspec for version 0.5.0

This commit is contained in:
Stefano Mazzucco 2019-11-10 11:28:57 +00:00
parent 18f379f323
commit 4f0f674771
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
package = "power_widget"
version = "0.5.0-1"
source = {
url = "git://github.com/stefano-m/awesome-power_widget",
tag = "v0.5.0"
}
description = {
summary = "A Power widget for the Awesome Window Manager",
detailed = [[
Monitor your power devices in Awesome with UPower and DBus.
]],
homepage = "https://github.com/stefano-m/awesome-power_widget",
license = "GPL v3"
}
supported_platforms = {
"linux"
}
dependencies = {
"lua >= 5.2",
"upower_dbus >= 0.3.0, < 0.4"
}
build = {
type = "builtin",
modules = {
power_widget = "power_widget.lua"
}
}