summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-03-29 15:32:06 -0400
committerVincent Grande2021-03-29 15:32:06 -0400
commite9b82325d1cab7bc6d20d3e34f935b507276075d (patch)
treea64d591a7a4106e726f34d6b61bfb22649c748dd
parent6c3bcc6edb91e0c448360a9fd2b8ad2c7bb1d3ad (diff)
downloadaur-e9b82325d1cab7bc6d20d3e34f935b507276075d.tar.gz
update install file
-rw-r--r--PKGBUILD1
-rw-r--r--vtebench.install5
2 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27aaaa3bb7c9..1746e6143e3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc="Generate benchmarks for terminal emulators"
license=('Apache')
depends=('freetype2' 'fontconfig' 'libxi' 'libxcursor' 'libxrandr')
makedepends=('rust' 'cargo' 'cmake' 'fontconfig' 'ncurses' 'desktop-file-utils' 'gdb' 'libxcb' 'git')
+install=vtebench.install
provides=(vtebench)
conflicts=(vtebench)
source=(git+https://github.com/alacritty/vtebench)
diff --git a/vtebench.install b/vtebench.install
index e6d8107eb999..38a18fe87281 100644
--- a/vtebench.install
+++ b/vtebench.install
@@ -1,3 +1,6 @@
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."
+
+ echo ""
+ 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."
+ echo ""
}