diff --git a/rockspec/connman_widget-0.3.0-2.rockspec b/rockspec/connman_widget-0.3.0-2.rockspec new file mode 100644 index 0000000..5bee24a --- /dev/null +++ b/rockspec/connman_widget-0.3.0-2.rockspec @@ -0,0 +1,27 @@ +package = "connman_widget" +version = "0.3.0-2" +source = { + url = "git://github.com/stefano-m/awesome-connman_widget", + tag = "v0.3.0" +} +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" +} +supported_platforms = { + "linux" +} +dependencies = { + "lua >= 5.2", + "connman_dbus >= 0.3.0, < 0.6" +} +build = { + type = "builtin", + modules = { + ["connman_widget.init"] = "src/connman_widget/init.lua" + } +}