hypass-dev-1.rockspec 481 B

123456789101112131415161718192021
  1. package = "hypass"
  2. version = "dev-1"
  3. source = {
  4. url = "git+https://notabug.org/ricardogj08/hypass.git"
  5. }
  6. description = {
  7. summary = "A simple password manager built in Lua.",
  8. homepage = "https://notabug.org/ricardogj08/hypass",
  9. license = "AGPL-3.0-or-later",
  10. maintainer = "Ricardo García Jiménez <ricardogj08@riseup.net>"
  11. }
  12. dependencies = {
  13. "perihelion ~> 0.16",
  14. "xavante ~> 2.4",
  15. "wsapi-xavante ~> 1.7",
  16. }
  17. build = {
  18. type = "builtin",
  19. modules = {}
  20. }