Broke everything up into smaller files

This commit is contained in:
2023-01-30 16:23:16 +01:00
parent ded5fa47f9
commit d4e9f9b1d6
193 changed files with 873 additions and 898 deletions

View File

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