Commit d9f04d1b authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: add ferdium

parent 135aafc6
#!/bin/sh
PKGNAME=Ferdium-linux
SUPPORTEDARCHES="x86_64 aarch64"
VERSION="$2"
DESCRIPTION="Ferdium helps you organize how you use your favourite apps"
URL="https://ferdium.org/"
. $(dirname $0)/common.sh
# Ferdium-linux-7.1.2-nightly.3-arm64.deb
[ "$VERSION" = "*" ] && VERSION="[0-9]*[0-9].[0-9]"
pkgtype="$(epm print info -p)"
arch="$(epm print info --distro-arch)"
file="${PKGNAME}-${VERSION}-$arch.$pkgtype"
PKGURL=$(eget --list --latest https://github.com/ferdium/ferdium-app/releases "$file")
install_pack_pkgurl
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
. $(dirname $0)/common-chromium-browser.sh
PRODUCTDIR=/opt/Ferdium
add_bin_link_command
fix_desktop_file
fix_chrome_sandbox
add_electron_deps
add_libs_requires
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment