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 = {
url = "https://github.com/copycat-killer/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-01-12 20:43:23 +01:00
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.
2016-10-22 20:37:50 +02:00
2017-01-12 18:37:48 +01:00
Optional dependency: curl (for IMAP and weather widgets).
2016-10-22 18:52:56 +02:00
]],
homepage = "https://github.com/copycat-killer/lain",
license = "GPL v2"
}
dependencies = {
2017-01-09 13:04:02 +01:00
"lua >= 5.3",
"awesome >= 4.0",
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
}