Update snapcraft.yaml

This commit is contained in:
kz6fittycent 2021-09-28 06:38:22 -05:00 committed by GitHub
parent 245fac8c24
commit 7bdfc6ea07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 11 deletions

View File

@ -7,9 +7,6 @@ description: |
license: Apache-2.0 license: Apache-2.0
#assumes:
# - command-chain
base: core20 base: core20
grade: stable grade: stable
confinement: strict confinement: strict
@ -29,8 +26,6 @@ package-repositories:
apps: apps:
btop: btop:
command: usr/local/bin/btop command: usr/local/bin/btop
# command-chain:
# - bin/homeishome-launch
environment: environment:
LC_ALL: C.UTF-8 LC_ALL: C.UTF-8
LANG: C.UTF-8 LANG: C.UTF-8
@ -52,6 +47,8 @@ parts:
make-parameters: make-parameters:
- PREFIX=/usr/local - PREFIX=/usr/local
- STATIC=true - STATIC=true
- BTOP_SNAPPED=1
build-packages: build-packages:
- coreutils - coreutils
- sed - sed
@ -59,12 +56,7 @@ parts:
- build-essential - build-essential
- gcc-11 - gcc-11
- g++-11 - g++-11
override-pull: | override-pull: |
snapcraftctl pull snapcraftctl pull
snapcraftctl set-version "$(git describe --tags | sed 's/^v//' | cut -d "-" -f1)" snapcraftctl set-version "$(git describe --tags | sed 's/^v//' | cut -d "-" -f1)"
# homeishome-launch:
# plugin: nil
# stage-snaps:
# - homeishome-launch