keepassxc: enable passkey support
This commit is contained in:
parent
58516b0fe9
commit
aec50faa90
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'keepassxc'
|
||||
pkgname=keepassxc
|
||||
version=2.7.7
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-DWITH_TESTS=ON -DWITH_XC_UPDATECHECK=OFF -DWITH_XC_DOCS=ON
|
||||
-DWITH_XC_AUTOTYPE=$(vopt_if autotype ON OFF)
|
||||
-DWITH_XC_BROWSER=$(vopt_if browser ON OFF)
|
||||
-DWITH_XC_BROWSER_PASSKEYS=$(vopt_if passkey ON OF)
|
||||
-DWITH_XC_FDOSECRETS=$(vopt_if fdosecrets ON OFF)
|
||||
-DWITH_XC_KEESHARE=$(vopt_if keeshare ON OFF)
|
||||
-DWITH_XC_NETWORKING=$(vopt_if network ON OFF)
|
||||
|
@ -28,15 +29,16 @@ changelog="https://raw.githubusercontent.com/keepassxreboot/keepassxc/${version}
|
|||
distfiles="https://github.com/keepassxreboot/keepassxc/releases/download/${version}/keepassxc-${version}-src.tar.xz"
|
||||
checksum=58fc45ae98e4b3ffb052103014f5b97a41fefd17102c7f56073934dd3a82ee67
|
||||
|
||||
build_options="autotype browser fdosecrets keeshare network sshagent yubikey"
|
||||
build_options="autotype browser fdosecrets keeshare network passkey sshagent yubikey"
|
||||
desc_option_autotype="Include auto-type"
|
||||
desc_option_browser="Include browser integration with keepassxc-browser-plugin"
|
||||
desc_option_fdosecrets="Include Secret Storage Spec server side API"
|
||||
desc_option_keeshare="Include sharing integration with KeeShare"
|
||||
desc_option_network="Include networking code (favicon download)"
|
||||
desc_option_passkey="Include browser passkey integration with keepassxc-browser-plugin"
|
||||
desc_option_sshagent="Include SSH agent support"
|
||||
desc_option_yubikey="Include YubiKey support"
|
||||
build_options_default="autotype browser fdosecrets keeshare network sshagent yubikey"
|
||||
build_options_default="autotype browser fdosecrets keeshare network passkey sshagent yubikey"
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in New Issue