mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-24 23:42:21 +01:00
21 lines
553 B
Plaintext
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}
|
|
|
|
}
|