aboutsummaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
new file mode 100644
index 0000000..b60b75a
--- /dev/null
+++ b/snapcraft.yaml
@@ -0,0 +1,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