mirror of https://github.com/lcpz/lain.git
fixed rockspec
This commit is contained in:
parent
57dee4c91b
commit
0df20e38bb
|
@ -6,16 +6,12 @@ source = {
|
|||
}
|
||||
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).
|
||||
]],
|
||||
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",
|
||||
license = "GPL-2.0"
|
||||
license = "GPL2"
|
||||
}
|
||||
dependencies = {
|
||||
"lua >= 5.1",
|
||||
"lua >= 5.3",
|
||||
"dkjson >= 2.6-1"
|
||||
}
|
||||
supported_platforms = { "linux" }
|
||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
|||
Subproject commit 74a423dac2c8ea2f0f6827b209aa6de9b741a3a1
|
||||
Subproject commit ad8081cb3e3cb336323d1f72d34c7c8304490b14
|
Loading…
Reference in New Issue