24 lines
657 B
Bash
24 lines
657 B
Bash
# Template file for 'protonmail-bridge'
|
|
pkgname=protonmail-bridge
|
|
version=2.1.1
|
|
revision=1
|
|
archs="x86_64"
|
|
build_style=fetch
|
|
depends="desktop-file-utils"
|
|
short_desc="ProtonMail Bridge for use with E-mail software"
|
|
maintainer="Rich G <rich@richgannon.net>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://protonmail.com/bridge"
|
|
distfiles="https://protonmail.com/download/bridge/protonmail-bridge_${version}-1_amd64.deb"
|
|
checksum=9c6c1daa0dac1835e72c886064b0e9a38749f96bdf47719f08eaac787d43bca7
|
|
|
|
restricted=yes
|
|
noverifyrdeps=yes
|
|
nopie=yes
|
|
|
|
do_install() {
|
|
ar x protonmail-bridge_${version}-1_amd64.deb data.tar.gz
|
|
bsdtar xpvf data.tar.gz
|
|
cp -r usr ${DESTDIR}
|
|
}
|