Skip to content

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aire-One committed Nov 1, 2024
1 parent 49bde81 commit 7e07a43
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions rockspecs/awesome-battery_widget-1.0.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
package = "awesome-battery_widget"
version = "1.0.0-1"

source = {
url = "git+https://github.com/Aire-One/awesome-battery_widget.git",
tag = "v1.0.0",
}

description = {
summary = "A UPowerGlib based battery widget for the Awesome WM with a basic widget template mechanism! 🔋",
homepage = "https://github.com/Aire-One/awesome-battery_widget",
license = "MIT",
}

dependencies = {
"lua >= 5.1, < 5.5",
}

build = {
type = "builtin",
modules = {
["awesome-battery_widget.init"] = "src/awesome-battery_widget/init.lua",
},
copy_directories = {
"doc",
},
}

0 comments on commit 7e07a43

Please sign in to comment.