Skip to content

Commit

Permalink
add: min-browser-deb (#6844)
Browse files Browse the repository at this point in the history
Based on requests #6826. 
Min Browser, Lightweight browser based on Chromium and minimum
experiences for beginners.
After this commit had been merged, it will closes #6826 immediately.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
jimed-rand and pre-commit-ci[bot] authored Jan 9, 2025
1 parent ca08936 commit 14c41b4
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ microsoft-edge-beta-deb
microsoft-edge-dev-deb
microsoft-edge-stable-deb
microsoft-prod-repo-deb
min-browser-deb
minecraft-launcher
minecraft-launcher-deb
minecraft-pi-reborn-app
Expand Down
14 changes: 14 additions & 0 deletions packages/min-browser-deb/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
pkgbase = min-browser-deb
gives = min
pkgver = 1.33.1
pkgdesc = Min is a fast and minimal browser that protects your privacy
arch = amd64
arch = arm64
maintainer = James Ed Randson <[email protected]>
repology = project: min
source_amd64 = https://github.com/minbrowser/min/releases/download/v1.33.1/min-1.33.1-amd64.deb
sha256sums_amd64 = be6153fd7429a598d40a8d775fecf84bcac6c1a80b7b11a6437b419aff2408e9
source_arm64 = https://github.com/minbrowser/min/releases/download/v1.33.1/min-1.33.1-arm64.deb
sha256sums_arm64 = 895a415caef1c0a46662309bd13e05e45260cb53d09745f26df7d37d51efac99

pkgname = min-browser-deb
11 changes: 11 additions & 0 deletions packages/min-browser-deb/min-browser-deb.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
pkgname="min-browser-deb"
gives="min"
pkgver="1.33.1"
arch=("amd64" "arm64")
repology=("project: ${gives}")
pkgdesc="Min is a fast and minimal browser that protects your privacy"
maintainer=("James Ed Randson <[email protected]>")
source_amd64=("https://github.com/minbrowser/${gives}/releases/download/v${pkgver}/${gives}-${pkgver}-amd64.deb")
sha256sums_amd64=("be6153fd7429a598d40a8d775fecf84bcac6c1a80b7b11a6437b419aff2408e9")
source_arm64=("https://github.com/minbrowser/${gives}/releases/download/v${pkgver}/${gives}-${pkgver}-arm64.deb")
sha256sums_arm64=("895a415caef1c0a46662309bd13e05e45260cb53d09745f26df7d37d51efac99")
15 changes: 15 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -6987,6 +6987,21 @@ pkgbase = microsoft-prod-repo-deb

pkgname = microsoft-prod-repo-deb
---
pkgbase = min-browser-deb
gives = min
pkgver = 1.33.1
pkgdesc = Min is a fast and minimal browser that protects your privacy
arch = amd64
arch = arm64
maintainer = James Ed Randson <[email protected]>
repology = project: min
source_amd64 = https://github.com/minbrowser/min/releases/download/v1.33.1/min-1.33.1-amd64.deb
sha256sums_amd64 = be6153fd7429a598d40a8d775fecf84bcac6c1a80b7b11a6437b419aff2408e9
source_arm64 = https://github.com/minbrowser/min/releases/download/v1.33.1/min-1.33.1-arm64.deb
sha256sums_arm64 = 895a415caef1c0a46662309bd13e05e45260cb53d09745f26df7d37d51efac99

pkgname = min-browser-deb
---
pkgbase = minecraft-launcher-deb
gives = minecraft-launcher
pkgver = 1121
Expand Down

0 comments on commit 14c41b4

Please sign in to comment.