cpu widget rockspec

This commit is contained in:
streetturtle 2020-04-26 21:02:56 -04:00
parent 2defa0d422
commit a90e03bd81
2 changed files with 27 additions and 2 deletions

View File

@ -0,0 +1,25 @@
package = "cpu-widget"
version = "0.0.1"
source = {
url = "https://github.com/streetturtle/awesome-wm-widgets/tree/rocks/cpu-widget/cpu-widget-0.0.1.tar.gz",
}
description = {
summary = "CPU widget for Awesome Window Manager",
detailed = [[
CPU widget for Awesome Window Manager.
]],
homepage = "https://github.com/streetturtle/awesome-wm-widgets/tree/master/cpu-widget",
license = "MIT"
}
supported_platforms = {
"linux"
}
dependencies = {
"lua >= 5.2"
}
build = {
type = "builtin",
modules = {
cpu-wodget = "cpu-widget.lua"
}
}

View File

@ -1,7 +1,7 @@
package = "cpu-widget"
version = "0.0.1"
source = {
url = "https://github.com/streetturtle/awesome-wm-widgets/tree/rocks/cpu-widget/cpu-widget-0.0.1.tar.gz",
url = "https://github.com/streetturtle/awesome-wm-widgets/tree/rocks/cpu-widget/cpu-widget-0.0.1.tar.gz"
}
description = {
summary = "CPU widget for Awesome Window Manager",
@ -20,6 +20,6 @@ dependencies = {
build = {
type = "builtin",
modules = {
cpu-wodget = "cpu-widget.lua"
cpu-widget = "cpu-widget.lua"
}
}