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 = [[
Successor of awesome-vain, this module provides new layouts, a set of widgets and utility functions, in order to improve Awesome usability and configurability.
2016-10-22 20:37:50 +02:00
2016-10-23 10:26:21 +02:00
Optional dependencies: alsa-utils (for alsamixer); curl; imagemagick.
2016-10-22 18:52:56 +02:00
]],
homepage = "https://github.com/copycat-killer/lain",
license = "GPL v2"
}
dependencies = {
2016-10-22 20:36:37 +02:00
"lua >= 5.1",
2016-10-22 23:08:48 +02:00
"awesome >= 3.5",
"alsa-utils",
"curl",
"imagemagick"
2016-10-22 18:52:56 +02:00
}
supported_platforms = { "linux" }
build = {
type = "builtin",
modules = { lain = "init.lua" },
}