Created
March 8, 2018 07:36
-
-
Save anjandev/3dedb971100ff59fab4d2487d7afaf3a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Template file for 'protonmail-bridge' | |
pkgname=protonmail-bridge | |
version=1.0.1 | |
_revision=4 | |
revision=1 | |
#wrksrc= | |
#create_wrksrc=yes | |
#only_for_archs="i686 x86_64" | |
# build_style=gnu-configure | |
#configure_args="" | |
#make_build_args="" | |
#make_install_args="" | |
#conf_files="" | |
#make_dirs="/var/log/dir 0755 root root" | |
hostmakedepends="" | |
makedepends="libjasper" | |
noshlibprovides=yes | |
depends="gst-plugins-base-devel gtk+3 libpulseaudio libsecret qt5-svg qt5-declarative dejavu-fonts-ttf jasper-devel" | |
short_desc="Application to use IMAP/SMTP with your paid ProtonMail account" | |
maintainer="Anjandev Momi <[email protected]>" | |
license="custom MIT" | |
homepage="https://protonmail.com/bridge/" | |
distfiles="https://protonmail.com/download/protonmail-bridge_${version}-${_revision}_amd64.deb" | |
checksum=e8e65eac68dea73a05529eb0452760ad2c5bcf43bcd6c7ecef05d54bab58c3f6 | |
nostrip_files="Desktop-Bridge" | |
do_extract() { | |
ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/protonmail-bridge_${version}-${_revision}_amd64.deb | |
# cd ${wrksrc} | |
tar xfJ data.tar.xz | |
tar xvf control.tar.gz | |
} | |
do_install() { | |
vlicense copyright | |
vcopy usr/ / | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment