-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnapcraft.yaml
37 lines (34 loc) · 1003 Bytes
/
snapcraft.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: mirrorselect
summary: Mirrorselect is a tool to select the fastest Ubuntu mirrors
description: |
Mirrorselect is a tool to select the fastest Ubuntu mirrors.
It tests both TCP latency and HTTP download speed to determine the fastest
mirrors. Alternative to netselct and the mirror protocol.
adopt-info: mirrorselect
base: core24
confinement: strict
donation: https://beer.hauken.us
grade: stable
issues: https://github.com/haukened/mirrorselect/issues
license: GPL-3.0-or-later
type: app
website: https://github.com/haukened/mirrorselect
platforms:
amd64:
build-on: [amd64]
build-for: [amd64]
apps:
mirrorselect:
command: bin/mirrorselect
plugs:
- network
parts:
mirrorselect:
plugin: go
build-snaps: [go/1.23/stable]
source: https://github.com/haukened/mirrorselect
source-type: git
source-branch: main
override-pull: |
snapcraftctl pull
snapcraftctl set-version "$(git describe --tags --abbrev=0 --always --match=v*.*.*)"