summaryrefslogtreecommitdiffstats
path: root/snap
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-05-19 10:04:19 +0200
committernicolargo <nicolas@nicolargo.com>2023-05-19 10:05:01 +0200
commit2ac78a83202d9fe9ea4a3fe7083c6821ce34905f (patch)
treeac6e217147b9d8c34bb913aebdb39065543838d4 /snap
parent33d767b7debea6a8aa7371d307f7496d598e3ad9 (diff)
SNAP is PITA
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml15
1 files changed, 10 insertions, 5 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index e49e717f..99db9bd1 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -128,10 +128,15 @@ parts:
'*': bin/
selective-checkout:
- plugin: nil
+ source: https://github.com/brlin-tw/selective-checkout.git
+ source-tag: v3.0.1
+ plugin: dump
build-packages:
- - git
- stage-snaps:
- - selective-checkout
+ - curl
+ - jq
+ - sed
+ - git
+ stage:
+ - scriptlets/selective-checkout
prime:
- - -*
+ - -*