My configuration files for Debian/Ubuntu applications
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.
 
 
 
 
 
 

28 lines
708 B

  1. package = "lain"
  2. version = "scm-1"
  3. source = {
  4. url = "https://github.com/lcpz/lain",
  5. tag = "scm-1`"
  6. }
  7. description = {
  8. summary = "Layout, widgets and utilities for Awesome WM",
  9. detailed = [[
  10. Successor of awesome-vain, this module provides alternative layouts, asynchronous widgets and utility functions for Awesome WM.
  11. Dependencies: curl (for IMAP, MPD and weather widgets); Glib >= 2.54 (for filesystems widget).
  12. ]],
  13. homepage = "https://github.com/lcpz/lain",
  14. license = "GPL-2.0"
  15. }
  16. dependencies = {
  17. "lua >= 5.1",
  18. "awesome >= 4.0",
  19. "Glib >= 2.54",
  20. "curl"
  21. }
  22. supported_platforms = { "linux" }
  23. build = {
  24. type = "builtin",
  25. modules = { lain = "init.lua" }
  26. }