From 3e5d5135e8ed983a46c64ca5df298db5fc91bb97 Mon Sep 17 00:00:00 2001 From: Scott Leitch Date: Sat, 18 Sep 2021 09:53:40 -0400 Subject: [PATCH] New package: fsmon-1.8.4 --- srcpkgs/fsmon/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/fsmon/template diff --git a/srcpkgs/fsmon/template b/srcpkgs/fsmon/template new file mode 100644 index 000000000000..5c1e15c0a43a --- /dev/null +++ b/srcpkgs/fsmon/template @@ -0,0 +1,15 @@ +# Template file for 'fsmon' +pkgname=fsmon +version=1.8.4 +revision=1 +build_style=gnu-configure +short_desc="FileSystem Monitor utility that runs on Linux, Android, iOS and OSX" +maintainer="Scott " +license="MIT" +homepage="https://github.com/nowsecure/fsmon" +distfiles="https://github.com/nowsecure/fsmon/archive/${version}.tar.gz" +checksum=3e9ac1f20c76caf8d576535f21723419fe73bfe63178d306ea07f141f7dbaf0a + +post_install() { + vlicense LICENSE.md +}