From 90263b072875c64bf430e11727aa46e2294b6fd6 Mon Sep 17 00:00:00 2001 From: Alexey Mukovnin Date: Fri, 9 Feb 2024 17:08:40 +0300 Subject: [PATCH] New package: psfiles 0.1.0 --- srcpkgs/psfiles/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/psfiles/template diff --git a/srcpkgs/psfiles/template b/srcpkgs/psfiles/template new file mode 100644 index 0000000000000..d39a67defaaaa --- /dev/null +++ b/srcpkgs/psfiles/template @@ -0,0 +1,17 @@ +# Template file for 'psfiles' +pkgname=psfiles +version=0.1.0 +revision=1 +archs="x86_64*" +build_style=cmake +short_desc="CLI tool to monitor file system activity of a Linux process" +maintainer="Alexey Mukovnin " +license="MIT" +homepage="https://github.com/mukovnin/psfiles" +distfiles="https://github.com/mukovnin/${pkgname}/archive/v${version}.tar.gz" +checksum=0302cd086f14c3bf06a6794e3730a4741a2531c2249cba6fc29afbceb9ea36bf + +post_install() { + vdoc README.md + vlicense LICENSE +}