Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ gearlever-git
geekbench4-bin
geekbench5-bin
geekbench6-bin
geekbench7-bin
geekbenchai-bin
genymotion-bin
gfn-electron-bin
Expand Down
11 changes: 11 additions & 0 deletions packages/geekbench7-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
pkgbase = geekbench7-bin
gives = geekbench7
pkgver = 7.0.0
pkgdesc = Cross-platform benchmark that measures your system's performance with the press of a button
url = https://www.geekbench.com
arch = amd64
maintainer = Christian F. Brinkmann <christian.brinkmann09@gmail.com>
source = @geekbench7-bin~7.0.0::https://cdn.geekbench.com/Geekbench-7.0.0-Linux.tar.gz
sha256sums = 961a00ac0ac432ffa6874764e86c59d2e098fff65b5b398bb9381bf7fc46c81b

pkgname = geekbench7-bin
21 changes: 21 additions & 0 deletions packages/geekbench7-bin/geekbench7-bin.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
pkgname="geekbench7-bin"
gives="geekbench7"
pkgver="7.0.0"
source=("@${pkgname}~${pkgver}::https://cdn.geekbench.com/Geekbench-${pkgver}-Linux.tar.gz")
pkgdesc="Cross-platform benchmark that measures your system's performance with the press of a button"
url='https://www.geekbench.com'
arch=('amd64')
sha256sums=("961a00ac0ac432ffa6874764e86c59d2e098fff65b5b398bb9381bf7fc46c81b")
maintainer=("Christian F. Brinkmann <christian.brinkmann09@gmail.com>")

package() {
cd "${pkgname}~${pkgver}"
install -Dm755 "${gives}" -t "${pkgdir}/opt/${gives}/"
install -Dm755 "geekbench_avx2" -t "${pkgdir}/opt/${gives}/"
install -Dm755 "geekbench_x86_64" -t "${pkgdir}/opt/${gives}/"
install -Dm644 "geekbench.plxr" -t "${pkgdir}/opt/${gives}/"
install -Dm644 "geekbench-workload.plxr" -t "${pkgdir}/opt/${gives}/"

mkdir -p "${pkgdir}/usr/bin"
ln -sf "/opt/${gives}/${gives}" "${pkgdir}/usr/bin/${gives}"
}
12 changes: 12 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -4328,6 +4328,18 @@ pkgbase = geekbench6-bin

pkgname = geekbench6-bin
---
pkgbase = geekbench7-bin
gives = geekbench7
pkgver = 7.0.0
pkgdesc = Cross-platform benchmark that measures your system's performance with the press of a button
url = https://www.geekbench.com
arch = amd64
maintainer = Christian F. Brinkmann <christian.brinkmann09@gmail.com>
source = @geekbench7-bin~7.0.0::https://cdn.geekbench.com/Geekbench-7.0.0-Linux.tar.gz
sha256sums = 961a00ac0ac432ffa6874764e86c59d2e098fff65b5b398bb9381bf7fc46c81b

pkgname = geekbench7-bin
---
pkgbase = geekbenchai-bin
gives = geekbenchai
pkgver = 1.7.0
Expand Down