Skip to content

Commit

Permalink
Correct format, indentations, white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
seefood committed Sep 14, 2023
1 parent 2fa4d22 commit 78dcdac
Show file tree
Hide file tree
Showing 13 changed files with 568 additions and 514 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

github: flexiondotorg
patreon: wimpysworld
custom: https://wimpysworld.io/tip
custom: https://wimpysworld.io/tip
2 changes: 1 addition & 1 deletion 01-main/packages/authme
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ if [ "${ACTION}" != "prettylist" ]; then
fi
PRETTY_NAME="Authme"
WEBSITE="https://github.com/Levminer/authme"
SUMMARY="Simple cross-platform two-factor (2FA) authenticator app for desktop."
SUMMARY="Simple cross-platform two-factor (2FA) authenticator app for desktop."
2 changes: 1 addition & 1 deletion 01-main/packages/croc
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ if [ "${ACTION}" != "prettylist" ]; then
fi
PRETTY_NAME="Croc"
WEBSITE="https://schollz.com/blog/croc6/"
SUMMARY="Fast, simple, and secure file transfer between any two computers"
SUMMARY="Fast, simple, and secure file transfer between any two computers"
1 change: 0 additions & 1 deletion 01-main/packages/indicator-sound-switcher
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ PPA="ppa:yktooo/ppa"
PRETTY_NAME="Sound Switcher Indicator"
WEBSITE="https://yktoo.com/en/software/sound-switcher-indicator/#software-downloads"
SUMMARY="Sound input/output selector indicator for Linux."

2 changes: 1 addition & 1 deletion 01-main/packages/tarsnap
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ APT_REPO_URL="http://pkg.tarsnap.com/deb/${UPSTREAM_CODENAME} ./"
APT_REPO_OPTIONS="arch=amd64"
PRETTY_NAME="Tarsnap"
WEBSITE="https://www.tarsnap.com/"
SUMMARY="Online backups for the truly paranoid. Tarsnap is a secure, efficient online backup service"
SUMMARY="Online backups for the truly paranoid. Tarsnap is a secure, efficient online backup service"
2 changes: 1 addition & 1 deletion 01-main/packages/tonelib-gfx
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ if [ "${ACTION}" != "prettylist" ]; then
fi
PRETTY_NAME="ToneLib GFX"
WEBSITE="https://tonelib.net"
SUMMARY="A complete guitar studio in one app."
SUMMARY="A complete guitar studio in one app."
2 changes: 1 addition & 1 deletion 01-main/packages/tonelib-jam
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ if [ "${ACTION}" != "prettylist" ]; then
fi
PRETTY_NAME="ToneLib Jam"
WEBSITE="https://tonelib.net"
SUMMARY="The ultimate software dedicated to the beginner as well as the advanced guitar player."
SUMMARY="The ultimate software dedicated to the beginner as well as the advanced guitar player."
2 changes: 1 addition & 1 deletion 01-main/packages/tonelib-metal
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ if [ "${ACTION}" != "prettylist" ]; then
fi
PRETTY_NAME="ToneLib Metal"
WEBSITE="https://tonelib.net"
SUMMARY="Ideal Amp Suite for Metal Guitar"
SUMMARY="Ideal Amp Suite for Metal Guitar"
2 changes: 1 addition & 1 deletion 01-main/packages/trilium
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ if [ "${ACTION}" != "prettylist" ]; then
fi
PRETTY_NAME="Trilium Notes"
WEBSITE="https://github.com/zadam/trilium/"
SUMMARY="Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases."
SUMMARY="Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases."
2 changes: 1 addition & 1 deletion 01-main/packages/veracrypt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ DEFVER=1
PPA="ppa:unit193/encryption"
PRETTY_NAME="Veracrypt"
WEBSITE="https://www.veracrypt.fr/en/Downloads.html"
SUMMARY="VeraCrypt is a free and open-source utility for on-the-fly encryption (OTFE)."
SUMMARY="VeraCrypt is a free and open-source utility for on-the-fly encryption (OTFE)."
1,057 changes: 556 additions & 501 deletions deb-get

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
set -e

if [ "${1}" = configure ]; then
if [ ! -e /etc/deb-get ] || [ ! -e /etc/deb-get/01-main.repo ] || [ ! -e /etc/deb-get/01-main.d ] || [ -n "$(find /etc/deb-get/01-main.d -prune -empty 2> /dev/null)" ]; then
if [ ! -e /etc/deb-get ] || [ ! -e /etc/deb-get/01-main.repo ] || [ ! -e /etc/deb-get/01-main.d ] || [ -n "$(find /etc/deb-get/01-main.d -prune -empty 2>/dev/null)" ]; then
deb-get update --repos-only
fi
if [ ! -e /etc/deb-get/installed ]; then
echo "deb-get 1 github" | tee /etc/deb-get/installed > /dev/null
echo "deb-get 1 github" | tee /etc/deb-get/installed >/dev/null
fi
if [ -n "${2}" ]; then
if dpkg --compare-versions "${2}" le "0.3.6-1"; then
Expand Down
2 changes: 1 addition & 1 deletion docs/pandoc-man.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ MANSECTION ?= 1
MANPAGE.md = $(PANDOC) --standalone $(PANDOCFLAGS) --to man

%.$(MANSECTION): %.$(MANSECTION).md
$(MANPAGE.md) $< -o $@
$(MANPAGE.md) $< -o $@

0 comments on commit 78dcdac

Please sign in to comment.