Update snapcraft.yaml

This commit is contained in:
kz6fittycent
2021-09-23 15:21:46 -05:00
committed by GitHub
parent abdc2f4878
commit 62e016f7db

View File

@@ -44,7 +44,9 @@ parts:
btop:
source: https://github.com/aristocratos/btop
source-type: git
plugin: nil
plugin: make
make-parameters:
- PREFIX=/usr/local
build-packages:
- coreutils
- sed
@@ -65,13 +67,6 @@ parts:
snapcraftctl pull
snapcraftctl set-version "$(git describe --tags | sed 's/^v//' | cut -d "-" -f1)"
override-build: |
mkdir -p $SNAPCRAFT_PART_INSTALL/btop
cd $SNAPCRAFT_PART_INSTALL/btop
make install PREFIX=$SNAPCRAFT_PART_INSTALL/usr/local
make setuid
make clean
homeishome-launch:
plugin: nil
stage-snaps: