Update snapcraft.yaml

This commit is contained in:
kz6fittycent
2021-09-18 14:30:16 -05:00
committed by GitHub
parent 11a843530b
commit a8bd4cb7f0

View File

@@ -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