22 lines
563 B
Bash
22 lines
563 B
Bash
# Template file for 'protonmail-bridge'
|
|
pkgname=protonmail-bridge
|
|
version=3.0.21
|
|
revision=1
|
|
archs="x86_64"
|
|
create_wrksrc=yes
|
|
depends="desktop-file-utils"
|
|
short_desc="ProtonMail Bridge for use with E-mail software"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://proton.me/mail/bridge"
|
|
distfiles="https://proton.me/download/bridge/protonmail-bridge_${version}-1_amd64.deb"
|
|
checksum=cd2d5a605f4a6fcffcb2e536caf7503958419bdeb8ec4e96aa2f9a481699e48a
|
|
|
|
restricted=yes
|
|
noverifyrdeps=yes
|
|
nopie=yes
|
|
|
|
do_install() {
|
|
vcopy usr /
|
|
}
|