summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-03-29 15:30:22 -0400
committerVincent Grande2021-03-29 15:30:22 -0400
commit6c3bcc6edb91e0c448360a9fd2b8ad2c7bb1d3ad (patch)
treec7b98eb38eeb69e669658092b4f320baea0313b9
parent6725946f7becda0379a63756652a836828a89948 (diff)
downloadaur-6c3bcc6edb91e0c448360a9fd2b8ad2c7bb1d3ad.tar.gz
add install file
-rw-r--r--.SRCINFO1
-rw-r--r--vtebench.install3
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a19a5355017..92590ede67a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,6 +3,7 @@ pkgbase = vtebench-git
pkgver = 0.3.1.52.g9cb3afc
pkgrel = 1
url = https://github.com/alacritty/vtebench
+ install = vtebench.install
arch = x86_64
license = Apache
makedepends = rust
diff --git a/vtebench.install b/vtebench.install
new file mode 100644
index 000000000000..e6d8107eb999
--- /dev/null
+++ b/vtebench.install
@@ -0,0 +1,3 @@
+post_install() {
+ echo "vtebench accepts benchmarks as executables and uses their stdout as benchmark payload. By default benchmarks are read from the ./benchmarks directory, which contains a good selection of benchmarks already. Benchmarks in vtebench are defined as a directory with a benchmark and an optional setup executable."
+}