void-packages/srcpkgs/protonmail-bridge/template
2019-08-12 22:30:20 +02:00

22 lines
618 B
Bash

# Template file for 'protonmail-bridge'
pkgname=protonmail-bridge
version=1.1.6
revision=1
archs="x86_64"
build_style=fetch
short_desc="ProtonMail Bridge for use with E-mail software"
maintainer="Rich G <rich@richgannon.net>"
license="Proprietary"
homepage="https://protonmail.com/bridge"
distfiles="https://protonmail.com/download/beta/protonmail-bridge_${version}-1_amd64.deb"
checksum=e8878536d24964272aeb2521c51dbe861667be0f34c3337c3040b412b4a12ef5
restricted=yes
noverifyrdeps=yes
nopie=yes
do_install() {
ar x protonmail-bridge_${version}-1_amd64.deb data.tar.xz
tar xpvf data.tar.xz
cp -r usr ${DESTDIR}
}