mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
20 lines
481 B
Lua
20 lines
481 B
Lua
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" }
|
|
}
|