22 lines
564 B
Bash
22 lines
564 B
Bash
# Template file for 'protonmail-bridge'
|
|
pkgname=protonmail-bridge
|
|
version=2.1.3
|
|
revision=1
|
|
archs="x86_64"
|
|
create_wrksrc=yes
|
|
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=8fbd556d522caba092a9d0ecd576e28778e2fb05fad5638728879ee9a8b8b4b0
|
|
|
|
restricted=yes
|
|
noverifyrdeps=yes
|
|
nopie=yes
|
|
|
|
do_install() {
|
|
vcopy usr /
|
|
}
|