X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/a34e72b42bfa681afba744a190d8bb3e26252310:/lain-git.rockspec..e2fb62f0f5a89db5c628742162cb14f32e603e78:/static/git-favicon.png diff --git a/lain-git.rockspec b/lain-git.rockspec deleted file mode 100644 index 3f1c2d5..0000000 --- a/lain-git.rockspec +++ /dev/null @@ -1,27 +0,0 @@ -package = "lain" -version = "git" -source = { - url = "https://github.com/lcpz/lain", - tag = "git" -} -description = { - summary = "Layout, widgets and utilities for Awesome WM", - detailed = [[ - Successor of awesome-vain, this module provides alternative layouts, asynchronous widgets and utility functions for Awesome WM. - - Dependencies: curl (for IMAP, MPD and weather widgets); Glib >= 2.54 (for filesystems widget). - ]], - homepage = "https://github.com/lcpz/lain", - license = "GPL-2.0" -} -dependencies = { - "lua >= 5.1", - "awesome >= 4.0", - "Glib >= 2.54", - "curl" -} -supported_platforms = { "linux" } -build = { - type = "builtin", - modules = { lain = "init.lua" } -}