Package Details: webull-desktop 8.9.0-1

Git Clone URL: https://aur.archlinux.org/webull-desktop.git (read-only, click to copy)
Package Base: webull-desktop
Description: Invest in stocks, ETFs, and options with Webull Financial, all commission-free, $0 minimum deposit.
Upstream URL: https://webull.com
Keywords: finance stocks trading webull
Licenses: custom
Submitter: chovy
Maintainer: cacoro2
Last Packager: cacoro2
Votes: 9
Popularity: 0.000246
First Submitted: 2021-01-31 07:22 (UTC)
Last Updated: 2025-03-24 15:07 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4

KI9N commented on 2021-02-09 12:44 (UTC)

just get rid of those 2 lines like this :

# Maintainer: Neal

pkgname=webull-bin
pkgver=4.2.9
pkgrel=1
pkgdesc="Webull Trading Desktop"
arch=('x86_64')
url="https://webull.com"
license=('')
options=('!emptydirs')
source=("https://pub.webull.com/global/desktop/Webull%20Desktop%20${pkgver}.deb")
sha256sums=('dc16651a474b2dad5b9379b79a3c018f7de41cf3d6f582558b04ecd55d459845')

package(){

# Extract package data
tar xf data.tar.xz -C "${pkgdir}"

}

iamkanen commented on 2021-02-09 01:33 (UTC)

@KI9N @TuxBunny

Same-ish error:

==> Starting package()...
install: missing destination file operand after '/usr/local/WebullDesktop/LICENSE.txt'
Try 'install --help' for more information.
==> ERROR: A failure occurred in package().
    Aborting...

TuxBunny commented on 2021-02-09 00:09 (UTC)

Seems the pkgbuild doesnt work for me, I copied it into a file and ran makepkg, and got this. "install: cannot stat '/usr/local/WebullDesktop/LICENSE.txt': No such file or directory"

KI9N commented on 2021-02-08 22:30 (UTC) (edited on 2021-02-08 22:31 (UTC) by KI9N)

Try this PKGBUILD:

# Maintainer: Neal

pkgname=webull-bin
pkgver=4.2.9
pkgrel=1
pkgdesc="Webull Trading Desktop"
arch=('x86_64')
url="https://webull.com"
license=('')
options=('!emptydirs')
source=("https://pub.webull.com/global/desktop/Webull%20Desktop%20${pkgver}.deb")
sha256sums=('dc16651a474b2dad5b9379b79a3c018f7de41cf3d6f582558b04ecd55d459845')

package(){

# Extract package data
tar xf data.tar.xz -C "${pkgdir}"

install -D -m644 "/usr/local/WebullDesktop/LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -D -m644 "/usr/local/WebullDesktop/doc/libudev1/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
}

KI9N commented on 2021-02-08 22:30 (UTC)

It only works from the /usr/local directory, but the PKGBUILD tries to move it to /usr/bin which breaks everything

vokeio commented on 2021-02-02 19:42 (UTC)

Same issue:

install: missing destination file operand after '/home/alex/.cache/yay/webull-desktop/pkg/webull-desktop/usr/bin/webull-desktop'

Really looking forward to this package!

chillend commented on 2021-02-02 19:29 (UTC)

same exact issue as the two comments below

MrMidnightz commented on 2021-02-02 18:25 (UTC)

I'm also having the same issue on install that @iamkanen is having :C

iamkanen commented on 2021-02-01 01:11 (UTC) (edited on 2021-02-01 01:14 (UTC) by iamkanen)

This package fails to install with the following error(s): install: missing destination file operand after '/home/{user}/ArchInstalls/webull-desktop/pkg/webull-desktop/usr/bin/webull-desktop'

See below:

makepkg -sri
==> Making package: webull-desktop 4.2.9-1 (Sun 31 Jan 2021 07:59:36 PM EST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading Webull%20Desktop%204.2.9.deb...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  322M  100  322M    0     0  28.0M      0  0:00:11  0:00:11 --:--:-- 27.1M
==> Validating source_x86_64 files with sha512sums...
    Webull%20Desktop%204.2.9.deb ... Passed
==> Extracting sources...
  -> Extracting Webull%20Desktop%204.2.9.deb with bsdtar
==> Entering fakeroot environment...
==> Starting package()...
  -> Extracting the data.tar.xz...
install: missing destination file operand after '/home/{user}/ArchInstalls/webull-desktop/pkg/webull-desktop/usr/bin/webull-desktop'
Try 'install --help' for more information.
==> ERROR: A failure occurred in package().
    Aborting...