mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
protonmail-bridge: don't manually extract deb
This commit is contained in:
parent
471e935af1
commit
98db2b4361
1 changed files with 2 additions and 4 deletions
|
@ -3,7 +3,7 @@ pkgname=protonmail-bridge
|
||||||
version=2.1.3
|
version=2.1.3
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
build_style=fetch
|
create_wrksrc=yes
|
||||||
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>"
|
||||||
|
@ -17,7 +17,5 @@ noverifyrdeps=yes
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
ar x protonmail-bridge_${version}-1_amd64.deb data.tar.gz
|
vcopy usr /
|
||||||
bsdtar xpvf data.tar.gz
|
|
||||||
cp -r usr ${DESTDIR}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue