c825f470cb
redbear-ci / check (push) Has been cancelled
kf6-kwallet's kwalletbackend hard-requires LibGcrypt 1.5.0 for PBKDF2 key derivation and the GPG-backed wallet format. Vendor both libraries under the full-fork model (committed source/, offline-reproducible) and add libgcrypt to kf6-kwallet's dependencies. Release tarballs ship a pre-generated configure and a config.sub that already recognises the *-redox triple, so no autotools regeneration is needed at cook time. libgpg-error supplies a generic pthread-backed gpgrt_lock_t for Redox via its build script; the test-only redox.patch (tms/times stub) is baked into libgcrypt's source and kept alongside for future version bumps. Promoted from the stale recipes/wip copies (now .disabled).
79 lines
1.5 KiB
Plaintext
79 lines
1.5 KiB
Plaintext
# User test config file for t-argparse
|
|
|
|
[-echo begin of user config (user=${user})]
|
|
[+verbose]
|
|
# Options applied to all user's config files
|
|
echo
|
|
|
|
# The next should be flagged as unexpected meta command.
|
|
#<off>[ignore]
|
|
|
|
# The command mode enables git style commands. As usual it can be
|
|
# prefixed with a + to enable or a with a - to disable this feature.
|
|
# The last seen in any config file is used.
|
|
#<off>[command-mode]
|
|
|
|
my-option 4711
|
|
|
|
not-my-option
|
|
|
|
verbose
|
|
|
|
[let user ${_}Montgomery Scott$_$_ ]
|
|
[-echo The name of the user is: "$user". ]
|
|
[getenv foo FOO]
|
|
[if $_verbose]
|
|
[-echo foo=$foo]
|
|
[fi]
|
|
[getenv home HOME]
|
|
[getenv path PATH ]
|
|
[if $_verbose]
|
|
[-echo home=$home path=$path]
|
|
[fi]
|
|
|
|
[-info checking user]
|
|
[if $user = Scottie's engines ]
|
|
[fi]
|
|
[-info checking substring check]
|
|
[getenv home $HOME]
|
|
[if $home =~ home ]
|
|
[-echo in home condition]
|
|
[fi]
|
|
[expand]
|
|
[if $foo -n ]
|
|
cross-ref "$home/project/$user.crf"
|
|
[-echo FOO is set]
|
|
[if $home -n]
|
|
[-echo home is set]
|
|
[else]
|
|
[-echo home is not set]
|
|
[fi]
|
|
[else]
|
|
[-echo FOO is not set]
|
|
[fi]
|
|
street Mühlenstraße
|
|
|
|
[getreg x hkcu\fhghfkhkfh]
|
|
[if $_windows]
|
|
[if $x]
|
|
street $x
|
|
[fi]
|
|
[fi]
|
|
|
|
# Print some infos from our strusage function
|
|
[-echo strusage(9)=${_strusage9}]
|
|
[-echo strusage(11)=${_strusage11}]
|
|
[-echo strusage(13)=${_strusage13}]
|
|
[-echo pgm="$_pgm" ver="$_version"]
|
|
[if $_version -v3gt 6.42.16]
|
|
[-echo is > 6.42.16]
|
|
[fi]
|
|
[if $_version -v3ge 6.42.17]
|
|
[-echo is >= 6.42.17]
|
|
[fi]
|
|
[if $_version -v3lt 6.42.17]
|
|
[else]
|
|
[-echo is not < 6.42.17]
|
|
[fi]
|
|
[-echo end of user config]
|