New package: syncthing-inotify-0.8.7.

Closes: #7767 [via git-merge-pr]
This commit is contained in:
maxice8 2017-09-21 16:36:43 -03:00 committed by lemmi
parent 66dc2df2a9
commit 73cfcc8b4b
1 changed files with 18 additions and 0 deletions

View File

@ -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 <thinkabit.ukim@gmail.com>"
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
}