From 74f301e5d72dab8351c75a54fbd7b3c85d532b80 Mon Sep 17 00:00:00 2001 From: "Christian F. Brinkmann" Date: Thu, 3 Sep 2026 13:06:29 +0200 Subject: [PATCH 1/2] add: geekbench7-bin --- packagelist | 1 + packages/geekbench7-bin/.SRCINFO | 11 ++++++++++ .../geekbench7-bin/geekbench7-bin.pacscript | 21 +++++++++++++++++++ srclist | 12 +++++++++++ 4 files changed, 45 insertions(+) create mode 100644 packages/geekbench7-bin/.SRCINFO create mode 100644 packages/geekbench7-bin/geekbench7-bin.pacscript diff --git a/packagelist b/packagelist index 486df57688..59c06b7860 100644 --- a/packagelist +++ b/packagelist @@ -209,6 +209,7 @@ gearlever-git geekbench4-bin geekbench5-bin geekbench6-bin +geekbench7-bin geekbenchai-bin genymotion-bin gfn-electron-bin diff --git a/packages/geekbench7-bin/.SRCINFO b/packages/geekbench7-bin/.SRCINFO new file mode 100644 index 0000000000..a9e86d7039 --- /dev/null +++ b/packages/geekbench7-bin/.SRCINFO @@ -0,0 +1,11 @@ +pkgbase = geekbench7-bin + gives = geekbench7 + pkgver = 7.0.0 + pkgdesc = Geekbench is a 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 + source = @geekbench7-bin~7.0.0::https://cdn.geekbench.com/Geekbench-7.0.0-Linux.tar.gz + sha256sums = 961a00ac0ac432ffa6874764e86c59d2e098fff65b5b398bb9381bf7fc46c81b + +pkgname = geekbench7-bin diff --git a/packages/geekbench7-bin/geekbench7-bin.pacscript b/packages/geekbench7-bin/geekbench7-bin.pacscript new file mode 100644 index 0000000000..5395822156 --- /dev/null +++ b/packages/geekbench7-bin/geekbench7-bin.pacscript @@ -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="Geekbench is a 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 ") + +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}" +} diff --git a/srclist b/srclist index 86fb8aa487..b5c40dbd9c 100644 --- a/srclist +++ b/srclist @@ -4328,6 +4328,18 @@ pkgbase = geekbench6-bin pkgname = geekbench6-bin --- +pkgbase = geekbench7-bin + gives = geekbench7 + pkgver = 7.0.0 + pkgdesc = Geekbench is a 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 + 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 From 07cb7e6c63c057ab57e42c0d86d12e878d2ff739 Mon Sep 17 00:00:00 2001 From: "Christian F. Brinkmann" Date: Fri, 4 Sep 2026 17:18:39 +0200 Subject: [PATCH 2/2] fix package description --- packages/geekbench7-bin/.SRCINFO | 2 +- packages/geekbench7-bin/geekbench7-bin.pacscript | 2 +- srclist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/geekbench7-bin/.SRCINFO b/packages/geekbench7-bin/.SRCINFO index a9e86d7039..1c90ef28bb 100644 --- a/packages/geekbench7-bin/.SRCINFO +++ b/packages/geekbench7-bin/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = geekbench7-bin gives = geekbench7 pkgver = 7.0.0 - pkgdesc = Geekbench is a cross-platform benchmark that measures your system's performance with the press of a button + 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 diff --git a/packages/geekbench7-bin/geekbench7-bin.pacscript b/packages/geekbench7-bin/geekbench7-bin.pacscript index 5395822156..ab67242484 100644 --- a/packages/geekbench7-bin/geekbench7-bin.pacscript +++ b/packages/geekbench7-bin/geekbench7-bin.pacscript @@ -2,7 +2,7 @@ pkgname="geekbench7-bin" gives="geekbench7" pkgver="7.0.0" source=("@${pkgname}~${pkgver}::https://cdn.geekbench.com/Geekbench-${pkgver}-Linux.tar.gz") -pkgdesc="Geekbench is a cross-platform benchmark that measures your system's performance with the press of a button" +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") diff --git a/srclist b/srclist index b5c40dbd9c..ac27f550dd 100644 --- a/srclist +++ b/srclist @@ -4331,7 +4331,7 @@ pkgname = geekbench6-bin pkgbase = geekbench7-bin gives = geekbench7 pkgver = 7.0.0 - pkgdesc = Geekbench is a cross-platform benchmark that measures your system's performance with the press of a button + 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