From 92d53d5c10b4f112cb00414bd64834e6f76fca06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me?= Date: Sat, 17 Jun 2023 17:17:50 +0200 Subject: [PATCH] New package: htop-vim-3.3.0 --- srcpkgs/htop-vim/template | 19 +++++++++++++++++++ srcpkgs/htop/template | 1 + 2 files changed, 20 insertions(+) create mode 100644 srcpkgs/htop-vim/template diff --git a/srcpkgs/htop-vim/template b/srcpkgs/htop-vim/template new file mode 100644 index 00000000000000..32df827898d791 --- /dev/null +++ b/srcpkgs/htop-vim/template @@ -0,0 +1,19 @@ +# Template file for 'htop-vim' +pkgname=htop-vim +version=3.3.3 +revision=1 +build_style=gnu-configure +configure_args="--enable-unicode --enable-sensors" +hostmakedepends="automake" +makedepends="ncurses-devel libsensors-devel" +short_desc="Interactive process viewer with Vim keybindings" +maintainer="Jérôme " +license="GPL-2.0-only" +homepage="https://github.com/KoffeinFlummi/htop-vim" +changelog="https://raw.githubusercontent.com/KoffeinFlummi/htop-vim/master/ChangeLog" +distfiles="https://github.com/KoffeinFlummi/htop-vim/archive/refs/heads/master.tar.gz" +checksum=184537f2b3f800aa01e8b0e9118318f1c2b850b90910ded89cc2ba1126c8ca12 +pre_configure() { + ./autogen.sh +} +conflicts="htop" diff --git a/srcpkgs/htop/template b/srcpkgs/htop/template index 54b9a69a6ec791..50a88ad4fee6e9 100644 --- a/srcpkgs/htop/template +++ b/srcpkgs/htop/template @@ -12,3 +12,4 @@ homepage="https://htop.dev/" changelog="https://raw.githubusercontent.com/htop-dev/htop/main/ChangeLog" distfiles="https://github.com/htop-dev/htop/releases/download/${version}/htop-${version}.tar.xz" checksum=bac9e9ab7198256b8802d2e3b327a54804dc2a19b77a5f103645b11c12473dc8 +conflicts="htop-vim"