summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8c650df8616a681f03734a11e251530e5f0191c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Maintainer: Matthias Steffen aur@matthiassteffen.biz

pkgname=mailspring-libre
pkgver=1.7.2_libre1
pkgrel=2
pkgdesc="A fork of a fork – aiming at removing Mailspring's dependecy on a central server."
arch=('x86_64')
license=('custom: GPL3 and (C) 2016-2019 Foundry 376, LLC.')
url="https://github.com/notpushkin/Mailspring-Libre"
options=('!strip')

source=()
sha256sums_x86_64=('cdeb12a859890309e4ad08c6577363dd2e87e7c5e0363336e9d4adda2488295f')

source_x86_64=("https://u.ale.sh/mailspring-1.7.2-amd64.libre1.deb")
depends=("libxss" "libxkbfile" "libsecret" "gtk3" "nss" "libglvnd")

optdepends=('libappindicator-gtk3: for system tray support' "libgnome-keyring: keyrings" "gnome-keyring: keyrings" )
conflicts=('mailspring')

package() {
	cd ${srcdir}

	tar -xvf data.tar.xz -C ${pkgdir} --exclude='./control'

	chmod -R go-w "${pkgdir}"/usr
}