diff --git a/srcpkgs/python-inotify/template b/srcpkgs/python-inotify/template new file mode 100644 index 00000000000..cc1a6b26742 --- /dev/null +++ b/srcpkgs/python-inotify/template @@ -0,0 +1,24 @@ +# Template file for 'python-inotify' +pkgname=python-inotify +version=0.9.4 +revision=1 +build_style=python-module +hostmakedepends="python" +makedepends="python-devel" +short_desc="Python module used for monitoring filesystems events on Linux platforms with inotify" +maintainer="Juan RP " +homepage="http://github.com/seb-m/pyinotify" +license="MIT" + +do_fetch() { + git clone -b ${version} git://github.com/seb-m/pyinotify ${pkgname}-${version} +} + +python-inotify_package() { + noarch=yes + pycompile_module="pyinotify.py" + depends="python" + pkg_install() { + vmove all + } +}