void-packages/srcpkgs/protonmail-bridge/template
Vivian Lim 5b0e628320 protonmail-bridge: update to 1.5.6
Correcting the license which has been GPL 3.0.

Licensing information taken from
565c0b6ddf/COPYING_NOTES.md

Closes: #28717 [via git-merge-pr]
2021-02-17 00:17:32 -03:00

24 lines
655 B
Bash

# Template file for 'protonmail-bridge'
pkgname=protonmail-bridge
version=1.5.6
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/beta/protonmail-bridge_${version}-1_amd64.deb"
checksum=3c18833c7b21ab97c9ba0a5e1267a620de3c8eece02bed49ff3d12961932b74c
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}
}