cpu widget rockspec
This commit is contained in:
parent
99501f066d
commit
2defa0d422
|
@ -4,7 +4,6 @@ luac.out
|
||||||
# luarocks build files
|
# luarocks build files
|
||||||
*.src.rock
|
*.src.rock
|
||||||
*.zip
|
*.zip
|
||||||
*.tar.gz
|
|
||||||
|
|
||||||
# Object files
|
# Object files
|
||||||
*.o
|
*.o
|
||||||
|
|
Binary file not shown.
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue