Commit 17810719 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: add mailspring

parent 40473c6c
#!/bin/sh
PKGNAME=mailspring
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Mailspring - a beautiful, fast and fully open source mail client"
URL="https://www.getmailspring.com/"
. $(dirname $0)/common.sh
# https://github.com/Foundry376/Mailspring/releases/download/1.13.3/mailspring-1.13.3-amd64.deb
arch=amd64
pkgtype=deb
PKGURL=$(epm tool eget --list --latest https://github.com/Foundry376/Mailspring/releases/ "$PKGNAME*$VERSION*$arch.$pkgtype") || fatal "Can't get package URL"
epm install "$PKGURL"
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
. $(dirname $0)/common-chromium-browser.sh
move_to_opt
# used by libscram.so
ignore_lib_requires libcrypto.so.1.0.0
# used by libsasldb.so
ignore_lib_requires libdb-5.3.so
rm -v usr/bin/$PRODUCT
add_bin_link_command
#add_electron_deps
add_libs_requires
fix_chrome_sandbox
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