deb-get
deb-get copied to clipboard
Add hamsket
Requesting a new app ✨
- [x] I have checked that this app does not already have a pending request and has not previously been declined.
- App Name: Hamsket
- Download URL: https://github.com/TheGoddessInari/hamsket/releases
- Website URL: https://github.com/TheGoddessInari/hamsket
- App Summary: Free, Open Source and Cross Platform messaging and emailing app that combines common web applications into one.
Suggested include:
function deb_hamsket() {
ARCHS_SUPPORTED="amd64 i386"
get_github_releases "https://api.github.com/repos/TheGoddessInari/hamsket/releases/latest"
if [ "${ACTION}" != "prettylist" ]; then
URL=$(grep "browser_download_url.*${HOST_ARCH}.deb" "${CACHE_DIR}/${APP}.json" | grep -v musl | head -n1 | cut -d'"' -f4)
VERSION_PUBLISHED="$(echo "${URL}" | cut -d'_' -f2)"
fi
PRETTY_NAME="hamsket"
WEBSITE="https://github.com/TheGoddessInari/hamsket"
SUMMARY="Free, Open Source and Cross Platform messaging and emailing app that combines common web applications into one."
}