18 lines
527 B
Bash
18 lines
527 B
Bash
# Template file for 'python3-inotify'
|
|
pkgname=python3-inotify
|
|
version=0.9.6
|
|
revision=8
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Monitoring filesystems events with inotify on Linux (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/seb-m/pyinotify/"
|
|
distfiles="${PYPI_SITE}/p/pyinotify/pyinotify-${version}.tar.gz"
|
|
checksum=9c998a5d7606ca835065cdabc013ae6c66eb9ea76a00a1e3bc6e0cfe2b4f71f4
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|