X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/40798583795b58e496db607d9d23324b4a7ae09c..4c392a6d980af9c72052145c6a7a812c51e6ecee:/.config/awesome/lain/lain-git.rockspec?ds=sidebyside diff --git a/.config/awesome/lain/lain-git.rockspec b/.config/awesome/lain/lain-git.rockspec new file mode 100644 index 0000000..a264384 --- /dev/null +++ b/.config/awesome/lain/lain-git.rockspec @@ -0,0 +1,26 @@ +package = "lain" +version = "git" +source = { + url = "https://github.com/copycat-killer/lain", + tag = "git" +} +description = { + summary = "Layout, widgets and utilities for Awesome WM", + detailed = [[ + Successor of awesome-vain, this module provides new layouts, a set of widgets and utility functions, with the aim of improving Awesome usability and configurability. + + Optional dependency: curl (for IMAP and weather widgets). + ]], + homepage = "https://github.com/copycat-killer/lain", + license = "GPL v2" +} +dependencies = { + "lua >= 5.3", + "awesome >= 4.0", + "curl" +} +supported_platforms = { "linux" } +build = { + type = "builtin", + modules = { lain = "init.lua" } +}