From d89821f489ad72603f42a856898891158e726ffd Mon Sep 17 00:00:00 2001 From: Nicolas Gilles Date: Fri, 28 Oct 2022 23:49:24 +0200 Subject: [PATCH] Add DeskCut --- 01-main/manifest | 1 + 01-main/packages/deskcut | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 01-main/packages/deskcut diff --git a/01-main/manifest b/01-main/manifest index e5bf7976..2b31c23f 100644 --- a/01-main/manifest +++ b/01-main/manifest @@ -36,6 +36,7 @@ dbeaver-ce deadbeef-static deborah deltachat-desktop +deskcut discord docker-ce docker-desktop diff --git a/01-main/packages/deskcut b/01-main/packages/deskcut new file mode 100644 index 00000000..633c1c75 --- /dev/null +++ b/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"