-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsnapcraft.yaml
More file actions
55 lines (52 loc) · 1.04 KB
/
snapcraft.yaml
File metadata and controls
55 lines (52 loc) · 1.04 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
name: lbry-cli
title: LBRY CLI
type: app
base: core24
confinement: strict
version: master
summary: LBRY Command Line Interface
description: The LBRY Command Line Interface (CLI) to interact with the LBRY Daemon.
license: MIT
website: https://lbry.org
source-code: https://github.com/LBRYFoundation/lbry-cli
issues:
- https://github.com/LBRYFoundation/lbry-cli/issues
contact: board@lbry.org
donation:
- https://lbry.org/#donation
apps:
lbry-cli:
command: bin/lbry-cli
plugs:
- network
parts:
lbry-cli:
plugin: go
source: .
build-snaps: [go]
override-build: go build -o ${CRAFT_PART_INSTALL}/bin/lbry-cli
platforms:
amd64:
build-on: amd64
build-for: amd64
arm64:
build-on: amd64
build-for: arm64
armhf:
build-on: amd64
build-for: armhf
i386:
build-on: amd64
build-for: i386
# powerpc:
# build-on: amd64
# build-for: powerpc
ppc64el:
build-on: amd64
build-for: ppc64el
riscv64:
build-on: amd64
build-for: riscv64
s390x:
build-on: amd64
build-for: s390x