mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-05 16:47:14 -04:00
Removed tabs in all source files
Former-commit-id: 4bace4d00eb1fcfd9751c23c7d57c7403e0defe6 Former-commit-id: b1fcdbaccd5058fd5fc5a6ea32c7574afd6a3b9a
This commit is contained in:
@@ -7,7 +7,7 @@ this release improves sshyp's shell completions by adding zsh support and signif
|
|||||||
user-facing features:
|
user-facing features:
|
||||||
|
|
||||||
- zsh completion support
|
- zsh completion support
|
||||||
^ ensure modern completions are enabled in your ~/.zshrc
|
^ ensure modern completions are enabled in your ~/.zshrc
|
||||||
|
|
||||||
fixes/optimizations:
|
fixes/optimizations:
|
||||||
|
|
||||||
|
|||||||
+45
-45
@@ -34,12 +34,12 @@ _create_generic_linux() {
|
|||||||
output/linuxtemp/usr/share/bash-completion/completions \
|
output/linuxtemp/usr/share/bash-completion/completions \
|
||||||
output/linuxtemp/usr/share/zsh/functions/Completion/Unix
|
output/linuxtemp/usr/share/zsh/functions/Completion/Unix
|
||||||
# START PORT
|
# START PORT
|
||||||
cp -r lib/. port-jobs/working/
|
cp -r lib/. port-jobs/working/
|
||||||
cd port-jobs
|
cd port-jobs
|
||||||
./CLIPBOARD.py LINUX
|
./CLIPBOARD.py LINUX
|
||||||
./COMMENTS.py ALL
|
./COMMENTS.py ALL
|
||||||
./TABS.sh TABS
|
./TABS.sh TABS
|
||||||
cd ..
|
cd ..
|
||||||
cp -r port-jobs/working/. output/linuxtemp/usr/lib/sshyp/
|
cp -r port-jobs/working/. output/linuxtemp/usr/lib/sshyp/
|
||||||
# END PORT
|
# END PORT
|
||||||
ln -s /usr/lib/sshyp/sshyp.py output/linuxtemp/usr/bin/sshyp
|
ln -s /usr/lib/sshyp/sshyp.py output/linuxtemp/usr/bin/sshyp
|
||||||
@@ -115,39 +115,39 @@ _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
|
printf "name sshyp
|
||||||
version "$version"-"$revision"
|
version "$version"-"$revision"
|
||||||
architecture any
|
architecture any
|
||||||
summary \"A light-weight, self-hosted, synchronized password manager\"
|
summary \"A light-weight, self-hosted, synchronized password manager\"
|
||||||
description \"sshyp is the only password-store compatible CLI password manager available for Haiku - it is also available on Linux/Android (via Termux) so that you can sync your entries across all of your devices.\"
|
description \"sshyp is the only password-store compatible CLI password manager available for Haiku - it is also available on Linux/Android (via Termux) so that you can sync your entries across all of your devices.\"
|
||||||
packager \"Randall Winkhart <idgr at tutanota dot com>\"
|
packager \"Randall Winkhart <idgr at tutanota dot com>\"
|
||||||
vendor \"Randall Winkhart\"
|
vendor \"Randall Winkhart\"
|
||||||
licenses {
|
licenses {
|
||||||
\"GNU GPL v3\"
|
\"GNU GPL v3\"
|
||||||
}
|
}
|
||||||
copyrights {
|
copyrights {
|
||||||
\"2021-2023 Randall Winkhart\"
|
\"2021-2023 Randall Winkhart\"
|
||||||
}
|
}
|
||||||
provides {
|
provides {
|
||||||
sshyp = "$version"
|
sshyp = "$version"
|
||||||
cmd:sshyp
|
cmd:sshyp
|
||||||
}
|
}
|
||||||
requires {
|
requires {
|
||||||
gnupg
|
gnupg
|
||||||
openssh
|
openssh
|
||||||
python310
|
python310
|
||||||
}
|
}
|
||||||
urls {
|
urls {
|
||||||
\"https://github.com/rwinkhart/sshyp\"
|
\"https://github.com/rwinkhart/sshyp\"
|
||||||
}
|
}
|
||||||
" > output/haikutemp/.PackageInfo
|
" > output/haikutemp/.PackageInfo
|
||||||
# START PORT
|
# START PORT
|
||||||
cp -r lib/. port-jobs/working/
|
cp -r lib/. port-jobs/working/
|
||||||
cd port-jobs
|
cd port-jobs
|
||||||
./CLIPBOARD.py HAIKU
|
./CLIPBOARD.py HAIKU
|
||||||
./COMMENTS.py ALL
|
./COMMENTS.py ALL
|
||||||
./TABS.sh TABS
|
./TABS.sh TABS
|
||||||
cd ..
|
cd ..
|
||||||
cp -r port-jobs/working/. output/haikutemp/lib/sshyp/
|
cp -r port-jobs/working/. output/haikutemp/lib/sshyp/
|
||||||
# END PORT
|
# END PORT
|
||||||
sed -i '1 s/.*/#!\/bin\/env\ python3.10/' output/haikutemp/lib/sshyp/sshync.py
|
sed -i '1 s/.*/#!\/bin\/env\ python3.10/' output/haikutemp/lib/sshyp/sshync.py
|
||||||
@@ -188,12 +188,12 @@ Priority: optional
|
|||||||
Installed-Size: 14584
|
Installed-Size: 14584
|
||||||
" > output/debiantemp/sshyp_"$version"-"$revision"_all/DEBIAN/control
|
" > output/debiantemp/sshyp_"$version"-"$revision"_all/DEBIAN/control
|
||||||
# START PORT
|
# START PORT
|
||||||
cp -r lib/. port-jobs/working/
|
cp -r lib/. port-jobs/working/
|
||||||
cd port-jobs
|
cd port-jobs
|
||||||
./CLIPBOARD.py LINUX
|
./CLIPBOARD.py LINUX
|
||||||
./COMMENTS.py ALL
|
./COMMENTS.py ALL
|
||||||
./TABS.sh TABS
|
./TABS.sh TABS
|
||||||
cd ..
|
cd ..
|
||||||
cp -r port-jobs/working/. output/debiantemp/sshyp_"$version"-"$revision"_all/usr/lib/sshyp/
|
cp -r port-jobs/working/. output/debiantemp/sshyp_"$version"-"$revision"_all/usr/lib/sshyp/
|
||||||
# END PORT
|
# END PORT
|
||||||
ln -s /usr/lib/sshyp/sshyp.py output/debiantemp/sshyp_"$version"-"$revision"_all/usr/bin/sshyp
|
ln -s /usr/lib/sshyp/sshyp.py output/debiantemp/sshyp_"$version"-"$revision"_all/usr/bin/sshyp
|
||||||
@@ -228,12 +228,12 @@ Priority: optional
|
|||||||
Installed-Size: 14584
|
Installed-Size: 14584
|
||||||
" > output/termuxtemp/sshyp_"$version"-"$revision"_all_termux/DEBIAN/control
|
" > output/termuxtemp/sshyp_"$version"-"$revision"_all_termux/DEBIAN/control
|
||||||
# START PORT
|
# START PORT
|
||||||
cp -r lib/. port-jobs/working/
|
cp -r lib/. port-jobs/working/
|
||||||
cd port-jobs
|
cd port-jobs
|
||||||
./CLIPBOARD.py TERMUX
|
./CLIPBOARD.py TERMUX
|
||||||
./COMMENTS.py ALL
|
./COMMENTS.py ALL
|
||||||
./TABS.sh TABS
|
./TABS.sh TABS
|
||||||
cd ..
|
cd ..
|
||||||
cp -r port-jobs/working/. output/termuxtemp/sshyp_"$version"-"$revision"_all_termux/data/data/com.termux/files/usr/lib/sshyp/
|
cp -r port-jobs/working/. output/termuxtemp/sshyp_"$version"-"$revision"_all_termux/data/data/com.termux/files/usr/lib/sshyp/
|
||||||
# END PORT
|
# END PORT
|
||||||
ln -s /data/data/com.termux/files/usr/lib/sshyp/sshyp.py output/termuxtemp/sshyp_"$version"-"$revision"_all_termux/data/data/com.termux/files/usr/bin/sshyp
|
ln -s /data/data/com.termux/files/usr/lib/sshyp/sshyp.py output/termuxtemp/sshyp_"$version"-"$revision"_all_termux/data/data/com.termux/files/usr/bin/sshyp
|
||||||
@@ -327,12 +327,12 @@ printf "/usr/bin/sshyp
|
|||||||
/usr/share/man/man1/sshyp.1.gz
|
/usr/share/man/man1/sshyp.1.gz
|
||||||
" > output/freebsdtemp/plist
|
" > output/freebsdtemp/plist
|
||||||
# START PORT
|
# START PORT
|
||||||
cp -r lib/. port-jobs/working/
|
cp -r lib/. port-jobs/working/
|
||||||
cd port-jobs
|
cd port-jobs
|
||||||
./CLIPBOARD.py TERMUX
|
./CLIPBOARD.py TERMUX
|
||||||
./COMMENTS.py ALL
|
./COMMENTS.py ALL
|
||||||
./TABS.sh TABS
|
./TABS.sh TABS
|
||||||
cd ..
|
cd ..
|
||||||
cp -r port-jobs/working/. output/freebsdtemp/usr/lib/sshyp/
|
cp -r port-jobs/working/. output/freebsdtemp/usr/lib/sshyp/
|
||||||
# END PORT
|
# END PORT
|
||||||
ln -s /usr/lib/sshyp/sshyp.py output/freebsdtemp/usr/bin/sshyp
|
ln -s /usr/lib/sshyp/sshyp.py output/freebsdtemp/usr/bin/sshyp
|
||||||
|
|||||||
+4
-4
@@ -1,10 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if [ "$1" = 'TABS' ]; then
|
if [ "$1" = 'TABS' ]; then
|
||||||
unexpand -t 4 working/sshyp.py > working/sshyp.py.new
|
unexpand -t 4 working/sshyp.py > working/sshyp.py.new
|
||||||
unexpand -t 4 working/sshync.py > working/sshync.py.new
|
unexpand -t 4 working/sshync.py > working/sshync.py.new
|
||||||
else
|
else
|
||||||
expand -t 4 working/sshyp.py > working/sshyp.py.new
|
expand -t 4 working/sshyp.py > working/sshyp.py.new
|
||||||
expand -t 4 working/sshync.py > working/sshync.py.new
|
expand -t 4 working/sshync.py > working/sshync.py.new
|
||||||
fi
|
fi
|
||||||
mv working/sshyp.py.new working/sshyp.py
|
mv working/sshyp.py.new working/sshyp.py
|
||||||
mv working/sshync.py.new working/sshync.py
|
mv working/sshync.py.new working/sshync.py
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ this release improves sshyp's shell completions by adding zsh support and signif
|
|||||||
user-facing features:
|
user-facing features:
|
||||||
|
|
||||||
- zsh completion support
|
- zsh completion support
|
||||||
^ ensure modern completions are enabled in your ~/.zshrc
|
^ ensure modern completions are enabled in your ~/.zshrc
|
||||||
|
|
||||||
fixes/optimizations:
|
fixes/optimizations:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user