mirror of
https://github.com/rwinkhart/sshyp-labs.git
synced 2026-09-05 16:47:29 -04:00
sshyp-mfa - fixed Haiku packaging errors
This commit is contained in:
@@ -34,7 +34,7 @@ mkdir -p packages
|
|||||||
if [ "$distro" == "1" ]; then
|
if [ "$distro" == "1" ]; then
|
||||||
echo -e '\nPackaging for Haiku...\n'
|
echo -e '\nPackaging for Haiku...\n'
|
||||||
mkdir -p packages/haikutemp/documentation/{man/man1,packages/sshyp-mfa}
|
mkdir -p packages/haikutemp/documentation/{man/man1,packages/sshyp-mfa}
|
||||||
echo "name sshyp-mfa
|
echo "name sshypmfa
|
||||||
version "$version"-"$revision"
|
version "$version"-"$revision"
|
||||||
architecture any
|
architecture any
|
||||||
summary \"An MFA (TOTP/Steam) key generator for the sshyp password manager\"
|
summary \"An MFA (TOTP/Steam) key generator for the sshyp password manager\"
|
||||||
@@ -48,8 +48,8 @@ copyrights {
|
|||||||
\"2021-2022 Randall Winkhart\"
|
\"2021-2022 Randall Winkhart\"
|
||||||
}
|
}
|
||||||
provides {
|
provides {
|
||||||
sshyp-mfa = "$version"
|
sshypmfa = "$version"
|
||||||
cmd:sshyp-mfa
|
cmd:sshypmfa
|
||||||
}
|
}
|
||||||
requires {
|
requires {
|
||||||
sshyp
|
sshyp
|
||||||
|
|||||||
Reference in New Issue
Block a user