lain/lain-scm-1.rockspec

23 lines
579 B
Plaintext
Raw Normal View History

package = "lain"
version = "scm-1"
source = {
url = "git+https://github.com/lcpz/lain.git",
tag = "master"
}
description = {
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).",
homepage = "https://github.com/lcpz/lain",
2022-03-26 19:11:15 +01:00
license = "GPL2"
}
dependencies = {
2022-03-26 19:11:15 +01:00
"lua >= 5.3",
2022-03-16 21:12:25 +01:00
"dkjson >= 2.6-1"
}
supported_platforms = { "linux" }
build = {
type = "builtin",
2016-11-19 10:30:58 +01:00
modules = { lain = "init.lua" }
}