makedepends=(doxygen)

description="inotify-tools is a C library for Linux providing a simple interface to inotify."
url="https://github.com/inotify-tools/inotify-tools"

packager="Great-OS Team"
maintainer="Great-OS Team"

name="inotify-tools"
version="4.25.9.0"
release=1

PKGMK_KEEP_SOURCES='no'

source=(https://github.com/inotify-tools/inotify-tools/archive/refs/tags/$version.tar.gz)

build() {

    cd $name-$version

    ./autogen.sh
    ./configure --prefix=/usr --enable-fanotify

    make
    make DESTDIR="$PKG" install
}
