yubikey-luks
yubikey-luks copied to clipboard
No description of install dependencies
As someone who set this up on one machine a while ago - so already has a Yubikey set up - and installing on a freshly-built system, it's not clear what needs to be installed for this to work. The list I have found is the following packages:
-
git
(for the original clone) -
make
-
devscripts
(for debuild) -
dh-exec
-
yubikey-personalization
for theykchalresp
andykinfo
files.
I'll draft some doc for this soon and create a PR (likely tomorrow), though any other dependencies I missed (or got pulled in elsewhere) would be appreciated.
Dependencies are declared in deb control file.
Those are dependencies for the compiled .deb - not things needed to build it. I've gotten a little held up with setting up my new workstation so I don't know when a PR will be opened, but I'll try and get something Soon (TM).
Both build-deps and package deps are listed there including some of those you listed above.