From b3a0bc1ccae671384415cd1de6472a4202027235 Mon Sep 17 00:00:00 2001 From: Saksham Date: Sun, 24 Nov 2024 05:18:32 +0530 Subject: [PATCH] New package: television-0.5.1 --- srcpkgs/television/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/television/template diff --git a/srcpkgs/television/template b/srcpkgs/television/template new file mode 100644 index 00000000000000..0642e2f7677d92 --- /dev/null +++ b/srcpkgs/television/template @@ -0,0 +1,18 @@ +# Template file for 'television' +pkgname=television +version=0.5.1 +revision=1 +build_style=cargo +hostmakedepends="pkg-config" +makedepends="oniguruma-devel" +short_desc="General purpose fuzzy finder TUI" +maintainer="Saksham " +license="MIT" +homepage="https://github.com/alexpasmantier/television" +changelog="https://raw.githubusercontent.com/alexpasmantier/television/refs/heads/main/CHANGELOG.md" +distfiles="https://github.com/alexpasmantier/television/archive/refs/tags/${version}.tar.gz" +checksum=c53ce035f706edb0d82dfc296edb62bf91e4e180c80bf5a5866b7048863416f1 + +post_install() { + vlicense LICENSE +}