Update snapcraft.yaml

This commit is contained in:
kz6fittycent 2021-09-18 14:30:16 -05:00 committed by GitHub
parent 11a843530b
commit a8bd4cb7f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

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