Skip to content

Commit

Permalink
add: cromite-bin (#6893)
Browse files Browse the repository at this point in the history
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 Feb 5, 2025
1 parent 41e37cc commit e484f9a
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 0 deletions.
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ coreutils-single
cortile
cortile-bin
couture
cromite-bin
cutefish-calculator-git
cutefish-core-git
cutefish-dock-git
Expand Down
13 changes: 13 additions & 0 deletions packages/cromite-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
pkgbase = cromite-bin
gives = cromite
pkgver = 132.0.6834.163
pkgdesc = Cromite is a Chromium fork based on Bromite with built-in support for ad blocking and an eye for privacy
arch = amd64
maintainer = James Ed Randson <[email protected]>
repology = project: cromite
source = https://github.com/uazo/cromite/releases/download/v132.0.6834.163-ae296a42b9b1412a54aca8635affabd26ea8ce1e/chrome-lin64.tar.gz
source = https://www.cromite.org/app_icon.png
sha256sums = f85d696e4d400b903f675f86aa379a5e8d00f57fbbf8d8f541cf077f6bc5da2e
sha256sums = 95ea4e28bc95c30200d832c075a04d79191110573f8bbebf881b81c4cef6c211

pkgname = cromite-bin
37 changes: 37 additions & 0 deletions packages/cromite-bin/cromite-bin.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
pkgname="cromite-bin"
gives="cromite"
pkgver="132.0.6834.163"
pkgsha="ae296a42b9b1412a54aca8635affabd26ea8ce1e"
arch=("amd64")
pkgdesc="Cromite is a Chromium fork based on Bromite with built-in support for ad blocking and an eye for privacy"
maintainer=("James Ed Randson <[email protected]>")
source=(
"https://github.com/uazo/${gives}/releases/download/v${pkgver}-${pkgsha}/chrome-lin64.tar.gz"
"https://www.cromite.org/app_icon.png"
)
sha256sums=(
"f85d696e4d400b903f675f86aa379a5e8d00f57fbbf8d8f541cf077f6bc5da2e"
"95ea4e28bc95c30200d832c075a04d79191110573f8bbebf881b81c4cef6c211"
)
repology=("project: ${gives}")

package() {
cd "${srcdir}/chrome-lin"
mkdir -p "${pkgdir}/usr/share/cromite"
cp -r ./* "${pkgdir}/usr/share/cromite"
chmod +x "${pkgdir}/usr/share/cromite/chrome"
mkdir -p "${pkgdir}/usr/share/pixmaps"
cp "${srcdir}/app_icon.png" "${pkgdir}/usr/share/pixmaps/cromite.png"
mkdir -p "${pkgdir}/usr/share/applications/"
cat << EOF > "${pkgdir}/usr/share/applications/cromite.desktop"
[Desktop Entry]
Name=Cromite
Comment=Take back your browser
Exec=/usr/share/cromite/chrome
Terminal=false
Type=Application
Icon=cromite
Categories=Network;WebBrowser;
StartupNotify=true
EOF
}
14 changes: 14 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -1546,6 +1546,20 @@ pkgbase = couture

pkgname = couture
---
pkgbase = cromite-bin
gives = cromite
pkgver = 132.0.6834.163
pkgdesc = Cromite is a Chromium fork based on Bromite with built-in support for ad blocking and an eye for privacy
arch = amd64
maintainer = James Ed Randson <[email protected]>
repology = project: cromite
source = https://github.com/uazo/cromite/releases/download/v132.0.6834.163-ae296a42b9b1412a54aca8635affabd26ea8ce1e/chrome-lin64.tar.gz
source = https://www.cromite.org/app_icon.png
sha256sums = f85d696e4d400b903f675f86aa379a5e8d00f57fbbf8d8f541cf077f6bc5da2e
sha256sums = 95ea4e28bc95c30200d832c075a04d79191110573f8bbebf881b81c4cef6c211

pkgname = cromite-bin
---
pkgbase = cutefish-calculator-git
gives = cutefish-calculator
pkgver = 0.4
Expand Down

0 comments on commit e484f9a

Please sign in to comment.