mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-27 22:25:08 +02:00
21 lines
562 B
Bash
21 lines
562 B
Bash
# Template file for 'protonmail-bridge'
|
|
pkgname=protonmail-bridge
|
|
version=3.3.0
|
|
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=4541f8aa145097ee171889b0c9d058450d09dc23be10231c83d6659789a27627
|
|
|
|
restricted=yes
|
|
noverifyrdeps=yes
|
|
nopie=yes
|
|
|
|
do_install() {
|
|
vcopy usr /
|
|
}
|