Package Details: yubikey-agent 0.1.6-1

Git Clone URL: https://aur.archlinux.org/yubikey-agent.git (read-only, click to copy)
Package Base: yubikey-agent
Description: A seamless ssh-agent for YubiKeys
Upstream URL: https://filippo.io/yubikey-agent
Keywords: piv ssh ssh-agent yubikey
Licenses: BSD
Submitter: Le_suisse
Maintainer: Le_suisse
Last Packager: Le_suisse
Votes: 2
Popularity: 0.000027
First Submitted: 2020-05-08 22:06 (UTC)
Last Updated: 2022-12-29 10:29 (UTC)

Latest Comments

aligator commented on 2024-05-15 17:08 (UTC)

I think with

 -ldflags "-extldflags \"${LDFLAGS}\"" \

it should work https://wiki.archlinux.org/title/Go_package_guidelines#Flags_and_build_options

aligator commented on 2024-05-15 17:01 (UTC)

Building this package seems to be broken:

filippo.io/yubikey-agent

flag provided but not defined: -Wl,--sort-common usage: link [options] main.o -B note add an ELF NT_GNU_BUILD_ID note when using ELF; use "gobuildid" to generate it from the Go build ID -E entry set entry symbol name -H type set header type -I linker use linker as ELF dynamic linker -L directory add specified directory to library path -R quantum set address rounding quantum (default -1) -T int set the start address of text symbols (default -1) -V print version and exit -X definition add string value definition of the form importpath.name=value -a no-op (deprecated) -asan enable ASan interface -aslr enable ASLR for buildmode=c-shared on windows (default true) -benchmark string set to 'mem' or 'cpu' to enable phase benchmarking -benchmarkprofile base emit phase profiles to base_phase.{cpu,mem}prof -buildid id record id as Go toolchain build id -buildmode mode set build mode -c dump call graph -capturehostobjs string capture host object files loaded during internal linking to specified dir -compressdwarf compress DWARF if possible (default true) -cpuprofile file write cpu profile to file -d disable dynamic executable -debugnosplit dump nosplit call graph -debugtextsize int debug text section max size -debugtramp int debug trampolines -dumpdep dump symbol dependency graph -extar string archive program for buildmode=c-archive -extld linker use linker when linking in external mode -extldflags flags pass flags to external linker -f ignore version mismatch -g disable go package data checks -h halt on error -importcfg file read import configuration from file -installsuffix suffix set package directory suffix -k symbol set field tracking symbol -libgcc string compiler support lib for internal linking; use "none" to disable -linkmode mode set link mode -linkshared link against installed Go shared libraries -memprofile file write memory profile to file -memprofilerate rate set runtime.MemProfileRate to rate -msan enable MSan interface -n no-op (deprecated) -o file write output to file -pluginpath string full path name for plugin -pruneweakmap prune weak mapinit refs (default true) -r path set the ELF dynamic linker search path to dir1:dir2:... -race enable race detector -s disable symbol table -strictdups int sanity check duplicate symbol contents during object file reading (1=warn 2=err). -tmpdir directory use directory for temporary files -v print link trace -w disable DWARF generation

ff0 commented on 2022-12-29 08:03 (UTC)

Proposed update for this package.

diff --git a/PKGBUILD b/PKGBUILD index bfcfedc..b907ffa 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ # Socket path is "${XDG_RUNTIME_DIR}/yubikey-agent/yubikey-agent.sock"

pkgname=yubikey-agent -pkgver=0.1.5 +pkgver=0.1.6 pkgrel=1 pkgdesc='A seamless ssh-agent for YubiKeys' arch=('x86_64' 'aarch64') @@ -18,7 +18,7 @@ source=( "https://github.com/FiloSottile/yubikey-agent/archive/v${pkgver}.tar.gz" ) sha256sums=( - '724b21f05d3f822acd222ecc8a5d8ca64c82d5304013e088d2262795da81ca4f' + 'f156d089376772a34d2995f8261d821369a96a248ab586d27e3be0d9b72d7426' )

build() {

ceri commented on 2021-04-25 02:13 (UTC)

The systemd user service doesn't load: https://github.com/FiloSottile/yubikey-agent/issues/83

Offending line is ProtectKernelTunables=yes

anhi commented on 2021-02-03 21:37 (UTC)

Please add architecture aarch64

diff --git a/PKGBUILD b/PKGBUILD index ea844e5..3ce2ce6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,7 +9,7 @@ pkgname=yubikey-agent pkgver=0.1.3 pkgrel=2 pkgdesc='A seamless ssh-agent for YubiKeys' -arch=('x86_64') +arch=('x86_64' 'aarch64') url="https://filippo.io/yubikey-agent" license=('BSD') depends=('pcsclite' 'pinentry')