From 06fef0d70194a36a7c60be981d7df33d39526c19 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 6 Mar 2025 17:28:49 +0100 Subject: [PATCH] New package: flamelens-0.3.1 --- srcpkgs/flamelens/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/flamelens/template diff --git a/srcpkgs/flamelens/template b/srcpkgs/flamelens/template new file mode 100644 index 00000000000..2f88928b585 --- /dev/null +++ b/srcpkgs/flamelens/template @@ -0,0 +1,16 @@ +# Template file for 'flamelens' +pkgname=flamelens +version=0.3.1 +revision=1 +build_style=cargo +short_desc="Flamegraph viewer in the terminal" +maintainer="Leah Neukirchen " +license="MIT" +homepage="https://github.com/YS-L/flamelens/" +changelog="https://github.com/YS-L/flamelens/blob/main/CHANGELOG.md" +distfiles="https://github.com/YS-L/flamelens/archive/refs/tags/v${version}.tar.gz" +checksum=d491dbafbc8cedc4a7df2294e31a017b34edd068cb32471bda28e8208a6b1c5e + +post_install() { + vlicense LICENSE +}