aboutsummaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
blob: b60b75aacad69bd74d6c94f7d88574b8da3cc6e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
name: sshtron
version: 1.0
summary: Multiplayer Tron via SSH
description: >
    Multiplayer Tron game, accessible via SSH.
    Once it's installed, ssh to port 2022, and steer using the W A S D keys.
confinement: strict
apps:
    sshtron:
        command: bin/sshtron-server
        daemon: simple
        plugs: [network-bind]

parts:
    sshtron:
        plugin: go
        source: git://github.com/zachlatta/sshtron
    glue:
        plugin: copy
        files:
            sshtron.sh: bin/sshtron-server
        stage-packages:
            - openssh-client
Un proyecto texto-plano.xyz