Create snapcraft.yaml

This commit is contained in:
kz6fittycent 2021-09-18 12:48:21 -05:00 committed by GitHub
parent 8ea296dcea
commit 1c4fbdcd14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

67
snap/snapcraft.yaml Normal file
View file

@ -0,0 +1,67 @@
name: btop
adopt-info: btop
summary: Resource monitor that shows usage and stats
description: |
Resource monitor that shows usage and stats for processor, memory, disks, network and processes.
C++ version and continuation of bashtop and bpytop.
license: Apache-2.0
assumes:
- command-chain
base: core20
grade: stable
confinement: strict
compression: lzo
architectures:
- build-on: amd64
- build-on: arm64
- build-on: armhf
- build-on: ppc64el
- build-on: s390x
apps:
btop:
command: usr/bin/btop
command-chain:
- bin/homeishome-launch
plugs:
- mount-observe
- process-control
- system-observe
- hardware-observe
- network
- physical-memory-observe
- home
parts:
btop:
source: https://github.com/aristocratos/btop
plugin: make
build-packages:
- coreutils
- sed
- git
- build-essential
- gcc-11
- g++-11
stage-packages:
- coreutils
- sed
- git
- build-essential
- gcc-11
- g++-11
override-pull: |
snapcraftctl pull
snapcraftctl set-version "$(git describe --tags | sed 's/^v//' | cut -d "-" -f1)"
homeishome-launch:
plugin: nil
stage-snaps:
- homeishome-launch