Package Details: hide-client 0.9.9-1

Git Clone URL: https://aur.archlinux.org/hide-client.git (read-only, click to copy)
Package Base: hide-client
Description: Hide.me CLI VPN client for Linux
Upstream URL: https://github.com/eventure/hide.client.linux
Keywords: cli vpn wireguard
Licenses: GPL-2.0-only
Submitter: ljrk
Maintainer: anonfunc
Last Packager: anonfunc
Votes: 5
Popularity: 0.34
First Submitted: 2021-02-02 15:58 (UTC)
Last Updated: 2024-03-23 19:22 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

rodrigofarias77 commented on 2021-04-10 00:11 (UTC)

Thanks! All good now.

Is there a way we can pass options to hide.me when using systemd integration? I am currently patching ExecStart in /usr/lib/systemd/system/hide.me@.service, but this is not ideal.

ljrk commented on 2021-04-09 23:14 (UTC)

You are absolutely right, I fixed the patch. Thanks again!

rodrigofarias77 commented on 2021-04-09 22:49 (UTC)

Thanks for the quick response, ljrk.

I think service_sysdirs.patch should be:

+ExecStart=/usr/bin/hide.me connect %i
+WorkingDirectory=/usr/bin

ljrk commented on 2021-04-09 22:36 (UTC)

https://github.com/eventure/hide.client.linux/pull/9

ljrk commented on 2021-04-09 22:27 (UTC) (edited on 2021-04-09 22:28 (UTC) by ljrk)

This was introduced by go-1.16, which introduces the need for a go.sum file which doesn't exist yet upstream.

I updated the PKGBUILD to include a pre-generated go.sum file, now everything should build fine. I will also create a PR for upstream.

gcc-go works as an alternative, but I think we should stick with the Go packaging guidelines.

rodrigofarias77 commented on 2021-04-09 17:04 (UTC) (edited on 2021-04-09 17:15 (UTC) by rodrigofarias77)

ljrk, you might want to add gcc-go to makedepends.

Michael.Sasser commented on 2021-03-16 17:53 (UTC) (edited on 2021-03-16 17:53 (UTC) by Michael.Sasser)

Error after starting build:

go: github.com/coreos/go-systemd@v0.0.0-20191104093116-d3cd4ed1dbcf: missing go.sum entry; to add it:
    go mod download github.com/coreos/go-systemd