void-packages/srcpkgs/protonmail-bridge/template
Joseph Benden 749f0841d8 protonmail-bridge: update to 2.1.1.
Signed-off-by: Joseph Benden <joe@benden.us>
2022-04-07 21:00:32 +02:00

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}
}