Advertisement
Guest User

Untitled

a guest
Feb 6th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.22 KB | None | 0 0
  1. name: inexor
  2. summary: "Community fork of the Cube 2 Sauerbraten game."
  3. description: "Inexor is a fork of the open-source First-Person-Shooter Cube 2 Sauerbraten, a fast-paced shooting game featuring an ingame map editor. In contrast to Sauerbraten, Inexor adds a lot of functionality and strives to stay open to improvements and suggestions. The goal of this project is to be more flexible and create an environment where development is easy, fast and where creativity can prosper."
  4. version: "0.9.0"
  5. confinement: "devmode"
  6.  
  7. apps:
  8.   core:
  9.     command: inexor
  10.  
  11. parts:
  12.   core:
  13.     build-packages:
  14.         - git
  15.         - cmake
  16.         - build-essential
  17.         - libgl1-mesa-dev
  18.         - doxygen
  19.         - libfontconfig1
  20.         - libfreetype6
  21.         - libnss3
  22.         - libxcomposite1
  23.         - libxtst6
  24.         - libgconf-2-4
  25.         - libcups2
  26.         - libcairo2
  27.         - libpango-1.0-0
  28.         - libpangocairo-1.0-0
  29.     plugin: conan
  30.     missing: true
  31.     source: "https://github.com/inexor-game/code.git"
  32.     install: |
  33.      mkdir -p $SNAPCRAFT_PART_INSTALL/usr/local/games/inexor
  34.       mv bin/inexor $SNAPCRAFT_PART_INSTALL/usr/local/bin/
  35.       mv bin/* $SNAPCRAFT_PART_INSTALL/usr/local/games/inexor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement