xfce4/mailspring/Pkgfile
2019-07-18 20:24:41 +02:00

21 lines
553 B
Plaintext

# Description: A beautiful, fast and maintained fork of @nylas Mail by one of the original authors.
# URL: https://github.com/Foundry376/Mailspring
# Maintainer: jolupa, jlpavon at me dot com
# Depends on: gnome-keyring libsecret
name=mailspring
version=1.6.3
release=1
source=(https://github.com/Foundry376/Mailspring/releases/download/$version/$name-$version-amd64.deb)
build() {
ar xfv $name-$version-amd64.deb
tar xfv data.tar.xz
cp -r $SRC/usr $PKG
rm -r $PKG/usr/share/doc
rm $PKG/usr/share/mailspring/{LICENSE,LICENSES.chromium.html}
}