mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
protonmail-bridge: update to 1.5.6
Correcting the license which has been GPL 3.0.
Licensing information taken from
565c0b6ddf/COPYING_NOTES.md
Closes: #28717 [via git-merge-pr]
This commit is contained in:
parent
854543c6c1
commit
5b0e628320
1 changed files with 5 additions and 6 deletions
|
@ -1,24 +1,23 @@
|
||||||
# Template file for 'protonmail-bridge'
|
# Template file for 'protonmail-bridge'
|
||||||
pkgname=protonmail-bridge
|
pkgname=protonmail-bridge
|
||||||
version=1.4.4
|
version=1.5.6
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
build_style=fetch
|
build_style=fetch
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
short_desc="ProtonMail Bridge for use with E-mail software"
|
short_desc="ProtonMail Bridge for use with E-mail software"
|
||||||
maintainer="Rich G <rich@richgannon.net>"
|
maintainer="Rich G <rich@richgannon.net>"
|
||||||
license="custom:Commercial"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://protonmail.com/bridge"
|
homepage="https://protonmail.com/bridge"
|
||||||
distfiles="https://protonmail.com/download/beta/protonmail-bridge_${version}-1_amd64.deb"
|
distfiles="https://protonmail.com/download/beta/protonmail-bridge_${version}-1_amd64.deb"
|
||||||
checksum=70938512bde6d6d072147ba593e40c67b70bc0e85fa976e656d6174309a80d22
|
checksum=3c18833c7b21ab97c9ba0a5e1267a620de3c8eece02bed49ff3d12961932b74c
|
||||||
|
|
||||||
restricted=yes
|
restricted=yes
|
||||||
noverifyrdeps=yes
|
noverifyrdeps=yes
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
ar x protonmail-bridge_${version}-1_amd64.deb data.tar.xz
|
ar x protonmail-bridge_${version}-1_amd64.deb data.tar.gz
|
||||||
bsdtar xpvf data.tar.xz
|
bsdtar xpvf data.tar.gz
|
||||||
cp -r usr ${DESTDIR}
|
cp -r usr ${DESTDIR}
|
||||||
vlicense usr/lib/protonmail/bridge/LICENSE
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue