From 73cfcc8b4b8a42458149fa1e79f9e9c505370c8e Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 21 Sep 2017 16:36:43 -0300 Subject: [PATCH] New package: syncthing-inotify-0.8.7. Closes: #7767 [via git-merge-pr] --- srcpkgs/syncthing-inotify/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/syncthing-inotify/template diff --git a/srcpkgs/syncthing-inotify/template b/srcpkgs/syncthing-inotify/template new file mode 100644 index 00000000000..95dd99a3935 --- /dev/null +++ b/srcpkgs/syncthing-inotify/template @@ -0,0 +1,18 @@ +# Template file for 'syncthing-inotify' +pkgname=syncthing-inotify +version=0.8.7 +revision=1 +build_style=go +go_import_path="github.com/syncthing/syncthing-inotify" +go_ldflags="-X main.Version=v${version}" +short_desc="Inotify file watcher for Syncthing" +maintainer="maxice8 " +license="MPLv2" +homepage="https://github.com/syncthing/syncthing-inotify" +distfiles="https://github.com/syncthing/syncthing-inotify/archive/v${version}.tar.gz" +checksum=bf7a71695206c765cf407d85656f6f0f8be1715af3d3bb7f81985f749162a6b2 + +post_install() { + vlicense LICENSE + vdoc README.md +}