All of my important config files
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 lines
481 B

package = "awesome-freedesktop"
version = "scm-1"
source = {
url = "https://github.com/lcpz/awesome-freedesktop",
tag = "scm-1`"
}
description = {
summary = "Freedesktop.org menu and desktop icons support for Awesome WM",
homepage = "https://github.com/lcpz/awesome-freedesktop",
license = "GPL v2"
}
dependencies = {
"lua >= 5.3",
"awesome >= 4.0"
}
supported_platforms = { "linux" }
build = {
type = "builtin",
modules = { freedesktop = "init.lua" }
}