void-packages/srcpkgs/protonmail-bridge/template
Joseph Benden b7d18e242a protonmail-bridge: update to 1.8.12.
Signed-off-by: Joseph Benden <joe@benden.us>
2021-12-07 00:14:51 -03:00

24 lines
658 B
Bash

# Template file for 'protonmail-bridge'
pkgname=protonmail-bridge
version=1.8.12
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=90eff7d27e4835e3a204019cafa7062467ec45688a1a6d407896976bdeb1f8ea
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}
}