25 lines
700 B
Bash
25 lines
700 B
Bash
# Template file for 'protonmail-bridge'
|
|
pkgname=protonmail-bridge
|
|
version=1.2.4
|
|
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="custom:Commercial"
|
|
homepage="https://protonmail.com/bridge"
|
|
distfiles="https://protonmail.com/download/beta/protonmail-bridge_${version}-1_amd64.deb"
|
|
checksum=2b213c2c82204fe21347c011f5ab61634bcbc0b1600f92310cc948b76fc6c6da
|
|
|
|
restricted=yes
|
|
noverifyrdeps=yes
|
|
nopie=yes
|
|
|
|
do_install() {
|
|
ar x protonmail-bridge_${version}-1_amd64.deb data.tar.xz
|
|
bsdtar xpvf data.tar.xz
|
|
cp -r usr ${DESTDIR}
|
|
vlicense usr/lib/protonmail/bridge/LICENSE
|
|
}
|