Search Criteria
Package Details: envoy-git 12-1
Git Clone URL: | https://aur.archlinux.org/envoy-git.git (read-only, click to copy) |
---|---|
Package Base: | envoy-git |
Description: | A ssh-agent/gpg-agent keychain and process monitor |
Upstream URL: | http://github.com/vodik/envoy |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | vodik |
Maintainer: | vodik |
Last Packager: | vodik |
Votes: | 9 |
Popularity: | 0.002158 |
First Submitted: | 2012-09-07 23:57 |
Last Updated: | 2015-07-16 16:47 |
Dependencies (5)
- openssh (openssh-hpn-git, openssh-git, openssh-gssapi, openssh-selinux, openssh-hpn)
- systemd (systemd-light, systemd-cdown-git, systemd-git, systemd-selinux)
- git (git-git) (make)
- ragel (make)
- gnupg (gnupg-clavator, gnupg-largekeys, gnupg-large-rsa, gnupg-git, gnupg-scdaemon-shared-access, gnupg-large-secmem, gnupg-minimal-git) (optional) – gpg-agent support
Latest Comments
crystaly commented on 2016-02-22 11:00
Does not build, because pkg-config is querying the wrong package name.
The following prepare-function fixes that issue:
prepare() {
cd "${srcdir}"/envoy
sed -i 's/libsystemd-daemon/libsystemd/g' Makefile
}
vodik commented on 2013-11-14 01:17
Fixed
grawity commented on 2013-09-25 00:15
The submodule path in prepare() is incorrect – should be "clique", not "qux/clique".