24 lines
504 B
Lua
24 lines
504 B
Lua
package = "awesomewm.d.tl"
|
|
version = "dev-1"
|
|
source = {
|
|
url = "*** please add URL for source tarball, zip or repository here ***",
|
|
}
|
|
description = {
|
|
homepage = "*** please enter a project homepage ***",
|
|
license = "*** please specify a license ***",
|
|
}
|
|
dependencies = {
|
|
"lua ~> 5.4",
|
|
"lualogging 1.6.0",
|
|
"inspect 3.1.3",
|
|
"ansicolors 1.0.2",
|
|
"web_sanitize 1.3.0",
|
|
"penlight 1.13.1",
|
|
"luasocket 3.1.0-1",
|
|
"luasec 1.2.0-1",
|
|
}
|
|
build = {
|
|
type = "builtin",
|
|
modules = {},
|
|
}
|