This package currently provides the benchmark binary. A simple change to the install command prevents it from conflicting with other packages that also provide this binary, such as festival, and makes it less generic.
diff --git a/PKGBUILD b/PKGBUILD
index 5bad67c..f767ad8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: e-dong <eric2043@gmail.com>
# Maintainer: Proryanator <proryanator@gmail.com>
pkgname=encoder-benchmark-git
-pkgver=0.6.1.alpha.r3.g8a46f7d
+pkgver=0.6.1.alpha.r8.g859ea18
pkgrel=1
pkgdesc="A tool to benchmark your hardware's real-time video encoding capabilities."
arch=("x86_64")
@@ -40,7 +40,7 @@ check() {
package() {
cd encoder-benchmark
- install -Dm0755 -t "$pkgdir/usr/bin/" target/release/benchmark
+ install -Dm0755 -T target/release/benchmark "$pkgdir/usr/bin/encoder-benchmark"
install -Dm0755 -t "$pkgdir/usr/bin/" target/release/permutor-cli
}
Pinned Comments
E_D3V commented on 2023-10-12 23:55 (UTC)
Non Git version here: https://aur.archlinux.org/packages/encoder-benchmark