mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
upwork: remove
Attempts to fetch distfiles yielded no successful results
This commit is contained in:
parent
bb6029f1ee
commit
3ffac7e0f5
3 changed files with 1 additions and 37 deletions
|
@ -650,6 +650,7 @@ replaces="
|
|||
ttyload-git<=20141117_4
|
||||
tuxc<=1.1_3
|
||||
unicorn-python<=1.0.2_2
|
||||
upwork<=5.6.10.0_1
|
||||
urlmatch-git<=20141116_2
|
||||
uwsgi-python<=2.0.18_3
|
||||
v8<=3.24.35.33_4
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/sh
|
||||
/opt/Upwork/upwork
|
|
@ -1,35 +0,0 @@
|
|||
# Template file for 'upwork'
|
||||
pkgname=upwork
|
||||
version=5.6.10.0
|
||||
revision=1
|
||||
_rawver=${version//./_}
|
||||
_hashver="b124e6f3a4944b32"
|
||||
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="fd201ce817abe32e1b582bb4b55fef85ac8132806f5ddf0548fd25bbfd48833c
|
||||
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
|
||||
}
|
Loading…
Add table
Reference in a new issue