Skip to content

Commit

Permalink
add eversticky
Browse files Browse the repository at this point in the history
  • Loading branch information
silentJET85 authored and flexiondotorg committed Dec 30, 2024
1 parent cf3b6c5 commit 37e8087
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions 01-main/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ eaglemode
element-desktop
emby-server
enpass
eversticky
exifcleaner
expressvpn
fail2ban
Expand Down
9 changes: 9 additions & 0 deletions 01-main/packages/eversticky
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
DEFVER=1
get_github_releases "itsmejoeeey/eversticky" "latest"
if [ "${ACTION}" != prettylist ]; then
URL="$(grep -m 1 "browser_download_url.*\.deb\"" "${CACHE_FILE}" | cut -d '"' -f 4)"
VERSION_PUBLISHED="$(cut -d '_' -f 2 <<< "${URL}")"
fi
PRETTY_NAME="EverSticky"
WEBSITE="https://eversticky.joeeey.com/"
SUMMARY="Open-source sticky note client that syncs to Evernote."

0 comments on commit 37e8087

Please sign in to comment.