2016-10-22 18:52:56 +02:00
|
|
|
package = "lain"
|
2018-03-30 15:39:34 +02:00
|
|
|
version = "scm-1"
|
2016-10-22 18:52:56 +02:00
|
|
|
source = {
|
2022-03-16 20:46:25 +01:00
|
|
|
url = "git+https://github.com/lcpz/lain.git",
|
|
|
|
tag = "master"
|
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",
|
2022-03-26 19:11:15 +01:00
|
|
|
detailed = "Alternative layouts, asynchronous widgets and utility functions for Awesome WM. Non-Lua dependency: curl (for IMAP, MPD and weather widgets).",
|
2017-09-13 12:33:40 +02:00
|
|
|
homepage = "https://github.com/lcpz/lain",
|
2022-03-26 19:11:15 +01:00
|
|
|
license = "GPL2"
|
2016-10-22 18:52:56 +02:00
|
|
|
}
|
|
|
|
dependencies = {
|
2022-03-26 19:11:15 +01:00
|
|
|
"lua >= 5.3",
|
2022-03-16 21:12:25 +01:00
|
|
|
"dkjson >= 2.6-1"
|
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
|
|
|
}
|
2022-03-16 20:46:25 +01:00
|
|
|
|