X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/fc6e880da40668c6e9bd9da3786ff2fcae519c75:/lain-git.rockspec..4c392a6d980af9c72052145c6a7a812c51e6ecee:/.config/awesome/lain/static/git-logo.png diff --git a/lain-git.rockspec b/lain-git.rockspec deleted file mode 100644 index a264384..0000000 --- a/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" } -}