summaryrefslogtreecommitdiffstats
path: root/snap
diff options
context:
space:
mode:
authorkz6fittycent <jimmy.tigert@gmail.com>2021-09-18 14:30:16 -0500
committerGitHub <noreply@github.com>2021-09-18 14:30:16 -0500
commita8bd4cb7f0837631b494e407a44da722aa9f45d1 (patch)
treee6b6c10aa443206537f50f321c9b7c4806e3ff88 /snap
parent11a843530bb0b84ef2e95c6de088a71c119f1ab3 (diff)
Update snapcraft.yaml
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index b436a2f..aba5ca4 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -21,7 +21,11 @@ architectures:
- build-on: armhf
- build-on: ppc64el
- build-on: s390x
-
+
+package-repositories:
+ - type: apt
+ ppa: ubuntu-toolchain-r/test
+
apps:
btop:
command: usr/bin/btop
@@ -41,6 +45,7 @@ parts:
source: https://github.com/aristocratos/btop
source-type: git
plugin: make
+
build-packages:
- coreutils
- sed