void-packages/srcpkgs/protonmail-bridge/template
Joseph Benden 93e85ea978 protonmail-bridge: update to 1.8.3.
Signed-off-by: Joseph Benden <joe@benden.us>
2021-05-31 18:59:43 -03:00

24 lines
657 B
Bash

# Template file for 'protonmail-bridge'
pkgname=protonmail-bridge
version=1.8.3
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=7439e1c1d2d536aa475c7d91225007148cf57b5d564e45f48d4910631d8d311b
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}
}