summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-05-19 10:04:19 +0200
committernicolargo <nicolas@nicolargo.com>2023-05-19 10:04:19 +0200
commit2da2cb714ee6382a7e3cdf0b3a627f0b6acf8488 (patch)
tree597c293fa8753b7e01251818caf615edf3760e1f
parentef57106facef39d0d2bc9dcf9e188063f3b18380 (diff)
SNAP is PITA
-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:
- - -*
+ - -*