Search Criteria
Package Details: lyrebird-proxy 0.4.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lyrebird-proxy.git (read-only, click to copy) |
---|---|
Package Base: | lyrebird-proxy |
Description: | pluggable transport proxy for Tor, implementing obfs4 |
Upstream URL: | https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird |
Licenses: | BSD-3-Clause |
Submitter: | fossdd |
Maintainer: | fossdd |
Last Packager: | fossdd |
Votes: | 2 |
Popularity: | 0.20 |
First Submitted: | 2024-04-06 00:01 (UTC) |
Last Updated: | 2024-10-17 22:45 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
fossdd commented on 2024-10-17 22:44 (UTC)
Ah good catch, thanks. The systemd service is so that the proxy can be manager by the service manager? Am I missing something here?
fl4co commented on 2024-10-17 11:50 (UTC)
What is the systemd unit for? It even points to /usr/bin/lyrebird-proxy, which is incorrect. The binary is /usr/bin/lyrebird.
fossdd commented on 2024-05-23 17:41 (UTC)
thanks, fixed now. i should really refactor my PKGBUILDs sometime...
trinity-1686a commented on 2024-05-23 07:43 (UTC)
package() fails, it tries to
cd
in a non-existent directory (different from the one in build()). package() also tries to copylyrepird
(notice p instead of b), which also make it fails