massive update, probably broken
[dotfiles/.git] / .config / awesome / lain / lain-scm-1.rockspec
1 package = "lain"
2 version = "scm-1"
3 source = {
4    url = "https://github.com/lcpz/lain",
5    tag = "scm-1`"
6 }
7 description = {
8    summary = "Layout, widgets and utilities for Awesome WM",
9    detailed = [[
10         Successor of awesome-vain, this module provides alternative layouts, asynchronous widgets and utility functions for Awesome WM.
11
12         Dependencies: curl (for IMAP, MPD and weather widgets); Glib >= 2.54 (for filesystems widget).
13     ]],
14    homepage = "https://github.com/lcpz/lain",
15    license = "GPL-2.0"
16 }
17 dependencies = {
18    "lua >= 5.1",
19    "awesome >= 4.0",
20    "Glib >= 2.54",
21    "curl"
22 }
23 supported_platforms = { "linux" }
24 build = {
25    type = "builtin",
26    modules = { lain = "init.lua" }
27 }