Skip to content

Commit

Permalink
Add DeskCut
Browse files Browse the repository at this point in the history
  • Loading branch information
ngilles authored and flexiondotorg committed Nov 20, 2022
1 parent f55b8c9 commit e57f8c9
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
Expand Up @@ -37,6 +37,7 @@ dbeaver-ce
deadbeef-static
deborah
deltachat-desktop
deskcut
discord
docker-ce
docker-desktop
Expand Down
9 changes: 9 additions & 0 deletions 01-main/packages/deskcut
@@ -0,0 +1,9 @@
DEFVER=1
get_github_releases "https://api.github.com/repos/NayamAmarshe/DeskCut/releases/latest"
if [ "${ACTION}" != "prettylist" ]; then
URL=$(grep "browser_download_url.*amd64\.deb\"" "${CACHE_DIR}/${APP}.json" | head -n1 | cut -d'"' -f4)
VERSION_PUBLISHED="$(echo "${URL}" | cut -d'/' -f8 | sed 's|^stable-||')"
fi
PRETTY_NAME="DeskCut"
WEBSITE="https://github.com/NayamAmarshe/DeskCut"
SUMMARY="An easy-to-use linux app that lets you create Desktop Shortcuts hassle-free"

0 comments on commit e57f8c9

Please sign in to comment.