mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-05 16:47:14 -04:00
Corrected Haiku package name
Former-commit-id: 7e972bc1ceef833127b2bbd06a97f77fbf73ef56 Former-commit-id: 98053d06bba57b952065e87db01be803ca0343a7
This commit is contained in:
+2
-2
@@ -116,7 +116,7 @@ _create_hpkg() {
|
|||||||
output/haikutemp/documentation/man/man1 \
|
output/haikutemp/documentation/man/man1 \
|
||||||
output/haikutemp/data/bash-completion/completions \
|
output/haikutemp/data/bash-completion/completions \
|
||||||
output/haikutemp/data/zsh/site-functions
|
output/haikutemp/data/zsh/site-functions
|
||||||
printf "name sshyp-client
|
printf "name sshyp_client
|
||||||
version "$version"-"$revision"
|
version "$version"-"$revision"
|
||||||
architecture any
|
architecture any
|
||||||
summary \"A light-weight, self-hosted, synchronized password manager (client only)\"
|
summary \"A light-weight, self-hosted, synchronized password manager (client only)\"
|
||||||
@@ -130,7 +130,7 @@ copyrights {
|
|||||||
\"2021-2023 Randall Winkhart\"
|
\"2021-2023 Randall Winkhart\"
|
||||||
}
|
}
|
||||||
provides {
|
provides {
|
||||||
sshyp-client = "$version"
|
sshyp_client = "$version"
|
||||||
cmd:sshyp
|
cmd:sshyp
|
||||||
}
|
}
|
||||||
requires {
|
requires {
|
||||||
|
|||||||
Reference in New Issue
Block a user