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

  1. package = "awesome-freedesktop"
  2. version = "scm-1"
  3. source = {
  4. url = "https://github.com/lcpz/awesome-freedesktop",
  5. tag = "scm-1`"
  6. }
  7. description = {
  8. summary = "Freedesktop.org menu and desktop icons support for Awesome WM",
  9. homepage = "https://github.com/lcpz/awesome-freedesktop",
  10. license = "GPL v2"
  11. }
  12. dependencies = {
  13. "lua >= 5.3",
  14. "awesome >= 4.0"
  15. }
  16. supported_platforms = { "linux" }
  17. build = {
  18. type = "builtin",
  19. modules = { freedesktop = "init.lua" }
  20. }