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-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
|
|
|
|
2017-08-14 18:34:46 +02:00
|
|
|
Optional dependency: curl (for IMAP, MPD and weather widgets).
|
2016-10-22 18:52:56 +02:00
|
|
|
]],
|
|
|
|
homepage = "https://github.com/copycat-killer/lain",
|
|
|
|
license = "GPL v2"
|
|
|
|
}
|
|
|
|
dependencies = {
|
2017-08-14 18:34:46 +02:00
|
|
|
"lua >= 5.1",
|
2017-01-09 13:04:02 +01:00
|
|
|
"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
|
|
|
}
|