mirror of https://github.com/lcpz/lain.git
Merge pull request #233 from aajjbb/luarocks-file
Adding LuaRocks correct support
This commit is contained in:
commit
1c43f4df29
|
@ -0,0 +1,28 @@
|
|||
package = "lain"
|
||||
version = "git"
|
||||
source = {
|
||||
url = "https://github.com/copycat-killer/lain",
|
||||
tag = "git"
|
||||
}
|
||||
description = {
|
||||
summary = "Layout, Widget and Utilities library for the Awesome Window Manager",
|
||||
detailed = [[
|
||||
Successor of awesome-vain, this module provides new layouts, a set of widgets and utility functions, in order to improve Awesome usability and configurability.
|
||||
|
||||
Optional dependencies: alsa-utils, curl, imagemagick
|
||||
]],
|
||||
homepage = "https://github.com/copycat-killer/lain",
|
||||
license = "GPL v2"
|
||||
}
|
||||
dependencies = {
|
||||
"lua >= 5.1",
|
||||
"awesome >= 3.5",
|
||||
"alsa-utils",
|
||||
"curl",
|
||||
"imagemagick"
|
||||
}
|
||||
supported_platforms = { "linux" }
|
||||
build = {
|
||||
type = "builtin",
|
||||
modules = { lain = "init.lua" },
|
||||
}
|
Loading…
Reference in New Issue