lain/lain-git.rockspec

27 lines
671 B
Plaintext
Raw Normal View History

package = "lain"
version = "git"
source = {
url = "https://github.com/copycat-killer/lain",
tag = "git"
}
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.
Optional dependency: curl (for IMAP, MPD and weather widgets).
]],
homepage = "https://github.com/copycat-killer/lain",
license = "GPL v2"
}
dependencies = {
"lua >= 5.1",
"awesome >= 4.0",
"curl"
}
supported_platforms = { "linux" }
build = {
type = "builtin",
2016-11-19 10:30:58 +01:00
modules = { lain = "init.lua" }
}