snapcraft.yaml 1009 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. name: aigeneratedgame
  2. base: core22
  3. version: '1.0'
  4. license: GPL-2.0-only
  5. summary: 3D FPS a war rages on in antarctica...
  6. description: |
  7. Save your garden friends from the ghosts! BONK BONK!
  8. Mouse locks when you click on the window, press ESCAPE to unlock the mouse.
  9. W,A,S,D / Arrow Keys = Move
  10. L-SHIFT / R-CTRL = Sprint
  11. Left Click = Shoot
  12. Right Click = Zoom
  13. F = FPS to console
  14. N = New Game and Seed
  15. grade: stable
  16. confinement: strict
  17. architectures:
  18. - build-on: [amd64]
  19. build-for: [amd64]
  20. - build-on: [arm64]
  21. build-for: [arm64]
  22. - build-on: [armhf]
  23. build-for: [armhf]
  24. apps:
  25. aigeneratedgame:
  26. extensions: [gnome]
  27. command: aigeneratedgame
  28. plugs:
  29. - desktop
  30. - desktop-legacy
  31. - gsettings
  32. - opengl
  33. - wayland
  34. - x11
  35. parts:
  36. aigeneratedgame:
  37. source: https://github.com/mrbid/AIGeneratedGame
  38. source-type: git
  39. plugin: make
  40. source-subdir: snap
  41. build-packages:
  42. - libglfw3-dev
  43. stage-packages:
  44. - libglfw3
  45. - libgles2