lotus/AppImageBuilder.yml

72 lines
2.4 KiB
YAML
Raw Normal View History

2021-05-07 02:37:06 +00:00
version: 1
AppDir:
path: ./AppDir
app_info:
id: io.filecoin.lotus
name: Lotus
icon: icon
2021-06-03 07:05:43 +00:00
version: latest
2021-05-07 02:37:06 +00:00
exec: usr/bin/lotus
exec_args: $@
apt:
arch: amd64
allow_unauthenticated: true
sources:
2021-06-03 07:05:43 +00:00
- sourceline: deb http://archive.ubuntu.com/ubuntu/ focal main restricted
- sourceline: deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted
- sourceline: deb http://archive.ubuntu.com/ubuntu/ focal universe
- sourceline: deb http://archive.ubuntu.com/ubuntu/ focal-updates universe
- sourceline: deb http://archive.ubuntu.com/ubuntu/ focal multiverse
- sourceline: deb http://archive.ubuntu.com/ubuntu/ focal-updates multiverse
- sourceline: deb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted
2021-05-07 02:37:06 +00:00
universe multiverse
2021-06-03 07:05:43 +00:00
- sourceline: deb http://security.ubuntu.com/ubuntu focal-security main restricted
- sourceline: deb http://security.ubuntu.com/ubuntu focal-security universe
- sourceline: deb http://security.ubuntu.com/ubuntu focal-security multiverse
- sourceline: deb https://cli-assets.heroku.com/apt ./
- sourceline: deb http://ppa.launchpad.net/openjdk-r/ppa/ubuntu focal main
- sourceline: deb http://ppa.launchpad.net/git-core/ppa/ubuntu focal main
- sourceline: deb http://archive.canonical.com/ubuntu focal partner
2021-05-07 02:37:06 +00:00
include:
- ocl-icd-libopencl1
2021-06-03 07:05:43 +00:00
- libhwloc15
2021-05-07 02:37:06 +00:00
exclude: []
files:
2021-06-03 07:05:43 +00:00
include:
- /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
- /usr/lib/x86_64-linux-gnu/libpthread-2.31.so
- /usr/lib/x86_64-linux-gnu/libm-2.31.so
- /usr/lib/x86_64-linux-gnu/libdl-2.31.so
- /usr/lib/x86_64-linux-gnu/libc-2.31.so
- /usr/lib/x86_64-linux-gnu/libudev.so.1.6.17
2021-05-07 02:37:06 +00:00
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
2022-01-14 11:01:12 +00:00
use_host_x: false
2021-05-07 02:37:06 +00:00
debian:
image: appimagecrafters/tests-env:debian-stable
command: ./AppRun
2022-01-14 11:01:12 +00:00
use_host_x: false
2021-05-07 02:37:06 +00:00
arch:
image: appimagecrafters/tests-env:archlinux-latest
command: ./AppRun
2022-01-14 11:01:12 +00:00
use_host_x: false
2021-05-07 02:37:06 +00:00
centos:
image: appimagecrafters/tests-env:centos-7
command: ./AppRun
2022-01-14 11:01:12 +00:00
use_host_x: false
2021-05-07 02:37:06 +00:00
ubuntu:
image: appimagecrafters/tests-env:ubuntu-xenial
command: ./AppRun
2022-01-14 11:01:12 +00:00
use_host_x: false
2021-05-07 02:37:06 +00:00
AppImage:
arch: x86_64