mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
7b8868a6e3
commit
2338af5fd4
1 changed files with 22 additions and 0 deletions
22
srcpkgs/protonmail-bridge/template
Normal file
22
srcpkgs/protonmail-bridge/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'protonmail-bridge'
|
||||||
|
pkgname=protonmail-bridge
|
||||||
|
version=1.1.4
|
||||||
|
revision=1
|
||||||
|
archs="x86_64"
|
||||||
|
build_style=fetch
|
||||||
|
short_desc="ProtonMail Bridge for use with E-mail software"
|
||||||
|
maintainer="Rich G <rich@richgannon.net>"
|
||||||
|
license="Proprietary"
|
||||||
|
homepage="https://protonmail.com/bridge"
|
||||||
|
distfiles="https://protonmail.com/download/beta/protonmail-bridge_${version}-1_amd64.deb"
|
||||||
|
checksum=499fbb201dc8434ad8e3b401cd68373066065fed65dc2612568307e95b63e9d5
|
||||||
|
|
||||||
|
restricted=yes
|
||||||
|
noverifyrdeps=yes
|
||||||
|
nopie=yes
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
ar x protonmail-bridge_${version}-1_amd64.deb data.tar.xz
|
||||||
|
tar xpvf data.tar.xz
|
||||||
|
cp -r usr ${DESTDIR}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue