void-packages/srcpkgs/upwork/template
2021-09-13 14:13:04 -03:00

36 lines
1.2 KiB
Bash

# Template file for 'upwork'
pkgname=upwork
version=5.6.8.0
revision=1
_rawver=${version//./_}
_hashver="836f43f6f6be4149"
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://upwork-usw2-desktopapp.upwork.com/binaries/v${_rawver}_${_hashver}/${pkgname}_${version}_amd64.deb
https://upwork.pactsafe.io/versions/5ab3efef63d65b6a18aab106.pdf>LICENSE.pdf"
checksum="b3a52f773d633837882dc107b206006325722ca5d5d5a1e8bdf5453f872e1b6f
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
}