35 lines
1.2 KiB
Bash
35 lines
1.2 KiB
Bash
# Template file for 'upwork'
|
|
pkgname=upwork
|
|
version=5.3.3.871
|
|
revision=1
|
|
_rawver=${version//./_}
|
|
_hashver="51d563431f844aff"
|
|
archs="x86_64"
|
|
depends="alsa-lib gtk+ GConf gdk-pixbuf nss libXtst libXScrnSaver"
|
|
short_desc="Desktop Upwork app"
|
|
maintainer="Arthur Evstifeev <mail@ap4y.me>"
|
|
license="custom:Upwork"
|
|
homepage="https://upwork.com/"
|
|
distfiles="https://updates-desktopapp.upwork.com/binaries/v${_rawver}_${_hashver}/${pkgname}_${version}_amd64.deb
|
|
https://upwork.pactsafe.io/versions/5ab3efef63d65b6a18aab106.pdf>LICENSE.pdf"
|
|
checksum="53a8cf15610563475e45127522f230f4fcfdc7b70cf915e3d573845bad0c19fd
|
|
0949da5999c3b948bcc4165e6c55522915d9bab1790d27120eda0915aae143bb"
|
|
repository="nonfree"
|
|
restricted=yes
|
|
nopie=yes
|
|
|
|
# Skip runtime dependenies check, otherwise NEEDED libGLESv2.so (which is bundled with the package)
|
|
# will trigger dependency on rpi-userland packages (makes no sense on x86_64).
|
|
skiprdeps="/opt/${pkgname}/libEGL.so"
|
|
|
|
do_extract() {
|
|
ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}_${version}_amd64.deb
|
|
bsdtar xf data.tar.xz
|
|
}
|
|
|
|
do_install() {
|
|
vcopy opt opt
|
|
vcopy usr usr
|
|
vbin ${FILESDIR}/${pkgname}
|
|
vlicense ${XBPS_SRCDISTDIR}/${pkgname}-${version}/LICENSE.pdf
|
|
}
|