# Maintainer: Joakim Nylén # Maintainer: Rashintha Maduneth # Maintainer: Dhananjay Balan # Contributor: ahrs pkgname=mailspring pkgver=1.6.0 pkgrel=1 pkgdesc="A beautiful, fast and maintained fork of Nylas Mail by one of the original authors." arch=('x86_64') license=('custom: GPL3 and (C) 2016-2019 Foundry 376, LLC.') url="https://getmailspring.com/" options=('!strip') source=() sha256sums_x86_64=('b50db78bdd1fac0ab6766b19fdb2c912810bf6eed1c56b940ee1ec140b7223f9') source_x86_64=("https://github.com/Foundry376/Mailspring/releases/download/${pkgver}/mailspring-${pkgver}-amd64.deb") depends=("libgnome-keyring" "gnome-keyring" "libxss" "libtool" "c-ares" "ctemplate" "tidy" "libxkbfile" "libsecret" "gconf" "gtk3" "nss" "libglvnd") optdepends=('libappindicator-gtk3: for system tray support') package() { cd ${srcdir} tar -xvf data.tar.xz -C ${pkgdir} --exclude='./control' chmod -R go-w "${pkgdir}"/usr }