2021-05-07 02:37:06 +00:00
|
|
|
# appimage-builder recipe see https://appimage-builder.readthedocs.io for details
|
|
|
|
version: 1
|
|
|
|
AppDir:
|
|
|
|
path: ./AppDir
|
|
|
|
app_info:
|
|
|
|
id: io.filecoin.lotus
|
|
|
|
name: Lotus
|
|
|
|
icon: icon
|
2021-05-17 21:01:08 +00:00
|
|
|
version: current
|
2021-05-07 02:37:06 +00:00
|
|
|
exec: usr/bin/lotus
|
|
|
|
exec_args: $@
|
|
|
|
apt:
|
|
|
|
arch: amd64
|
|
|
|
allow_unauthenticated: true
|
|
|
|
sources:
|
|
|
|
- sourceline: deb http://us.archive.ubuntu.com/ubuntu bionic main restricted
|
|
|
|
- sourceline: deb http://us.archive.ubuntu.com/ubuntu bionic-updates main restricted
|
|
|
|
- sourceline: deb http://us.archive.ubuntu.com/ubuntu bionic universe
|
|
|
|
- sourceline: deb http://us.archive.ubuntu.com/ubuntu bionic-updates universe
|
|
|
|
- sourceline: deb http://us.archive.ubuntu.com/ubuntu bionic multiverse
|
|
|
|
- sourceline: deb http://us.archive.ubuntu.com/ubuntu bionic-updates multiverse
|
|
|
|
- sourceline: deb http://us.archive.ubuntu.com/ubuntu bionic-backports main restricted
|
|
|
|
universe multiverse
|
|
|
|
- sourceline: deb http://security.ubuntu.com/ubuntu bionic-security main restricted
|
|
|
|
- sourceline: deb http://security.ubuntu.com/ubuntu bionic-security universe
|
|
|
|
- sourceline: deb http://security.ubuntu.com/ubuntu bionic-security multiverse
|
|
|
|
include:
|
|
|
|
- libgcc1
|
|
|
|
- libhwloc5
|
|
|
|
- ocl-icd-libopencl1
|
|
|
|
exclude: []
|
|
|
|
files:
|
|
|
|
include: []
|
|
|
|
exclude:
|
|
|
|
- usr/share/man
|
|
|
|
- usr/share/doc/*/README.*
|
|
|
|
- usr/share/doc/*/changelog.*
|
|
|
|
- usr/share/doc/*/NEWS.*
|
|
|
|
- usr/share/doc/*/TODO.*
|
|
|
|
test:
|
|
|
|
fedora:
|
|
|
|
image: appimagecrafters/tests-env:fedora-30
|
|
|
|
command: ./AppRun
|
|
|
|
use_host_x: true
|
|
|
|
debian:
|
|
|
|
image: appimagecrafters/tests-env:debian-stable
|
|
|
|
command: ./AppRun
|
|
|
|
use_host_x: true
|
|
|
|
arch:
|
|
|
|
image: appimagecrafters/tests-env:archlinux-latest
|
|
|
|
command: ./AppRun
|
|
|
|
use_host_x: true
|
|
|
|
centos:
|
|
|
|
image: appimagecrafters/tests-env:centos-7
|
|
|
|
command: ./AppRun
|
|
|
|
use_host_x: true
|
|
|
|
ubuntu:
|
|
|
|
image: appimagecrafters/tests-env:ubuntu-xenial
|
|
|
|
command: ./AppRun
|
|
|
|
use_host_x: true
|
|
|
|
AppImage:
|
|
|
|
arch: x86_64
|
|
|
|
update-information: guess
|
|
|
|
sign-key: None
|
|
|
|
|