#!/bin/shPKGNAME=minSUPPORTEDARCHES="x86_64 aarch64 armhf"VERSION="$2"DESCRIPTION="A fast, minimal browser that protects your privacy"URL="https://github.com/minbrowser/min".$(dirname$0)/common.sharch="$(epm print info -a)"case"$arch"inx86_64)file="min-${VERSION}-amd64.deb";;aarch64)file="min-${VERSION}-arm64.deb";;armhf)file="min-${VERSION}-armv7l.deb";;*) fatal "$arch arch is not supported";;esacPKGURL="$(eget --list--latest"${URL}"/releases "${file}")"install_pkgurl