void-packages/srcpkgs/syncthing-inotify/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

18 lines
584 B
Bash

# Template file for 'syncthing-inotify'
pkgname=syncthing-inotify
version=0.8.7
revision=7
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="Orphaned <orphan@voidlinux.org>"
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
}