You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
708 B
27 lines
708 B
package = "lain" |
|
version = "scm-1" |
|
source = { |
|
url = "https://github.com/lcpz/lain", |
|
tag = "scm-1`" |
|
} |
|
description = { |
|
summary = "Layout, widgets and utilities for Awesome WM", |
|
detailed = [[ |
|
Successor of awesome-vain, this module provides alternative layouts, asynchronous widgets and utility functions for Awesome WM. |
|
|
|
Dependencies: curl (for IMAP, MPD and weather widgets); Glib >= 2.54 (for filesystems widget). |
|
]], |
|
homepage = "https://github.com/lcpz/lain", |
|
license = "GPL-2.0" |
|
} |
|
dependencies = { |
|
"lua >= 5.1", |
|
"awesome >= 4.0", |
|
"Glib >= 2.54", |
|
"curl" |
|
} |
|
supported_platforms = { "linux" } |
|
build = { |
|
type = "builtin", |
|
modules = { lain = "init.lua" } |
|
}
|
|
|