X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/c8cebdd08c7d3a98ff0961b55483cb8ea065f9b6..66d9f3db4596e43efa55488569e06365a2125750:/.config/awesome/lain/lain-git.rockspec diff --git a/.config/awesome/lain/lain-git.rockspec b/.config/awesome/lain/lain-git.rockspec deleted file mode 100644 index a264384..0000000 --- a/.config/awesome/lain/lain-git.rockspec +++ /dev/null @@ -1,26 +0,0 @@ -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" } -}