diff --git a/README.md b/README.md index 0f78b864a..1bd7e17b7 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,7 @@ cog.out(pretty_list) | [](https://github.com/trapexit/mergerfs) | `mergerfs` | A featureful union filesystem. | | [](https://micro-editor.github.io/) | `micro` | A modern and intuitive terminal-based text editor. | | [](https://www.microsoft.com/edge) | `microsoft-edge-stable` | Fast and secure browser that helps you protect your data and save time and money. | +| [](https://minbrowser.org/) | `min` | A fast, minimal browser | | [](https://sharkwouter.github.io/minigalaxy/) | `minigalaxy` | A simple GOG client for Linux. | | [](https://minikube.sigs.k8s.io/) | `minikube` | minikube quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows. | | [](https://motrix.app/) | `motrix` | A full-featured download manager. | diff --git a/deb-get b/deb-get index f6ce969db..4b93ece91 100755 --- a/deb-get +++ b/deb-get @@ -983,6 +983,19 @@ function deb_minigalaxy() { SUMMARY="A simple GOG client for Linux." } +function deb_min() { + ARCHS_SUPPORTED="amd64 arm64 armv7l" + get_github_releases "https://api.github.com/repos/minbrowser/min/releases/latest" + if [ "${ACTION}" != "prettylist" ]; then + URL=$(grep "browser_download_url.*min.*-${HOST_ARCH}.deb" "${CACHE_DIR}/${APP}.json" | head -n1 | cut -d'"' -f4) + VERSION_PUBLISHED="$(echo "${URL}" | cut -d'-' -f2)" + fi + PRETTY_NAME="Min" + WEBSITE="https://minbrowser.org" + SUMMARY="A fast, minimal browser." +} + + function deb_com.github.tkashkin.gamehub() { get_github_releases "https://api.github.com/repos/tkashkin/GameHub/releases" if [ "${ACTION}" != "prettylist" ]; then