lotus/snap/snapcraft.yaml

37 lines
806 B
YAML
Raw Normal View History

2021-06-04 03:45:54 +00:00
name: lotus-filecoin
base: core20
version: latest
2021-05-06 22:36:11 +00:00
summary: filecoin daemon/client
description: |
Filecoin is a peer-to-peer network that stores files on the internet
with built-in economic incentives to ensure files are stored reliably over time
grade: devel
2021-06-04 03:45:54 +00:00
confinement: strict
2021-05-06 22:36:11 +00:00
parts:
2021-06-04 03:45:54 +00:00
lotus:
plugin: make
2021-05-06 22:36:11 +00:00
source: ./
2021-06-04 03:45:54 +00:00
build-snaps:
- go
- rustup
build-packages:
- git
- jq
- libhwloc-dev
- ocl-icd-opencl-dev
- pkg-config
2021-05-06 22:36:11 +00:00
stage-packages:
2021-06-04 03:45:54 +00:00
- libhwloc15
2021-05-06 22:36:11 +00:00
- ocl-icd-libopencl1
2021-06-04 03:45:54 +00:00
override-build: |
LDFLAGS="" make lotus lotus-miner lotus-worker
cp lotus lotus-miner lotus-worker $SNAPCRAFT_PART_INSTALL
2021-05-06 22:36:11 +00:00
apps:
lotus:
2021-06-04 03:45:54 +00:00
command: lotus
2021-05-06 22:36:11 +00:00
lotus-miner:
2021-06-04 03:45:54 +00:00
command: lotus-miner
2021-05-06 22:36:11 +00:00
lotus-worker:
2021-06-04 03:45:54 +00:00
command: lotus-worker