From a654703144247d0d0f69bb675e74e76285b8b4f5 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Tue, 25 Jun 2024 20:53:25 +0200 Subject: [PATCH] New package: serpl-0.1.28 --- srcpkgs/serpl/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/serpl/template diff --git a/srcpkgs/serpl/template b/srcpkgs/serpl/template new file mode 100644 index 00000000000000..dbd69c92ef5d71 --- /dev/null +++ b/srcpkgs/serpl/template @@ -0,0 +1,17 @@ +# Template file for 'serpl' +pkgname=serpl +version=0.1.28 +revision=1 +build_style=cargo +depends="ripgrep" +short_desc="Simple terminal UI for search and replace" +maintainer="Marcin Puc " +license="MIT" +homepage="https://github.com/yassinebridi/serpl" +changelog="https://github.com/yassinebridi/serpl/releases" +distfiles="https://github.com/yassinebridi/serpl/archive/refs/tags/${version}.tar.gz" +checksum=504615abc59c0e3764b35a2651af988da807b573308b8adc2630f1d3566d6f47 + +post_install() { + vlicense LICENSE +}