2016-10-22 18:52:56 +02:00
|
|
|
package = "lain"
|
2016-10-22 20:36:37 +02:00
|
|
|
version = "git"
|
2016-10-22 18:52:56 +02:00
|
|
|
source = {
|
2017-09-13 12:33:40 +02:00
|
|
|
url = "https://github.com/lcpz/lain",
|
2016-10-22 20:36:37 +02:00
|
|
|
tag = "git"
|
2016-10-22 18:52:56 +02:00
|
|
|
}
|
|
|
|
description = {
|
2016-10-23 10:26:21 +02:00
|
|
|
summary = "Layout, widgets and utilities for Awesome WM",
|
2016-10-22 18:52:56 +02:00
|
|
|
detailed = [[
|
2017-08-14 18:34:46 +02:00
|
|
|
Successor of awesome-vain, this module provides alternative layouts, asynchronous widgets and utility functions for Awesome WM.
|
2016-10-22 20:37:50 +02:00
|
|
|
|
2018-03-14 12:17:13 +01:00
|
|
|
Dependencies: curl (for IMAP, MPD and weather widgets); Glib >= 2.54 (for filesystems widget).
|
2016-10-22 18:52:56 +02:00
|
|
|
]],
|
2017-09-13 12:33:40 +02:00
|
|
|
homepage = "https://github.com/lcpz/lain",
|
2017-12-19 17:20:59 +01:00
|
|
|
license = "GPL-2.0"
|
2016-10-22 18:52:56 +02:00
|
|
|
}
|
|
|
|
dependencies = {
|
2017-08-14 18:34:46 +02:00
|
|
|
"lua >= 5.1",
|
2017-01-09 13:04:02 +01:00
|
|
|
"awesome >= 4.0",
|
2018-03-14 12:17:13 +01:00
|
|
|
"Glib >= 2.54",
|
2017-01-12 18:37:48 +01:00
|
|
|
"curl"
|
2016-10-22 18:52:56 +02:00
|
|
|
}
|
|
|
|
supported_platforms = { "linux" }
|
|
|
|
build = {
|
|
|
|
type = "builtin",
|
2016-11-19 10:30:58 +01:00
|
|
|
modules = { lain = "init.lua" }
|
2016-10-22 18:52:56 +02:00
|
|
|
}
|