Package Details: highflux-preview-bin 0.7.0-3

Git Clone URL: https://aur.archlinux.org/highflux-preview-bin.git (read-only, click to copy)
Package Base: highflux-preview-bin
Description: Highflux preview version
Upstream URL: https://www.highflux.io/
Licenses: Copyright
Conflicts: hf, highflux
Submitter: AirOne01
Maintainer: AirOne01
Last Packager: AirOne01
Votes: 0
Popularity: 0.000000
First Submitted: 2022-11-15 10:51 (UTC)
Last Updated: 2023-01-01 14:11 (UTC)

Dependencies (1)

Required by (0)

Sources (2)

Latest Comments

AirOne01 commented on 2023-01-01 14:14 (UTC)

Hey Mathieu, I appreciate you taking your time and going out of your way to comment on this and recommend changes. I applied what you recommended, and everything should be up-to-date now. Sorry for not responding earlier, and happy new year !

mathieu.clabaut commented on 2022-12-28 14:49 (UTC)

The following PKGBUILD works:

# Maintainer: Erwann Lagouche <popgthyrd@gmail.com>
pkgname=highflux-preview-bin
pkgver=0.7.0
pkgrel=2
epoch=
pkgdesc='Highflux preview version'
arch=('any')
url='https://www.highflux.io/'
license=('copyright')
groups=()
depends=('wget')
makedepends=()
checkdepends=()
conflicts=('highflux' 'hf')
replaces=()
backup=()
option=()
install=
changelog=
source=( 'entry.desktop' 'https://www.highflux.io/ping/dl_redirect/linux_tgz' )
noextract=()
md5sum=()
validpkgkeys=()


package() {
  tar -xf "./linux_tgz"
    mkdir -p "$pkgdir/usr/bin" 
  cp "./highflux-$pkgver/hf" "$pkgdir/usr/bin/hf"
  cp "./highflux-$pkgver/highflux" "$pkgdir/usr/bin/highflux"
    mkdir -p "$pkgdir/usr/share/applications"
  cp "$srcdir/entry.desktop" "$pkgdir/usr/share/applications/highflux.desktop"
}
sha256sums=('7b346ed8a4ff76d44b77e57504406d3d56c88cd2c9770379173c374af45a0d3d'
            '47028ba2e52a48aca7a888d8e8acf2c1ed6151be310fc236b1af004ac01a7547')

mathieu.clabaut commented on 2022-12-09 13:52 (UTC)

Thanks fort the update. I have another error today:

cp: cannot stat '../entry.desktop': No such file or directory

mathieu.clabaut commented on 2022-12-07 17:37 (UTC)

I got the following error :

cp: cannot stat './highflux-0.2.4/hf': No such file or directory