a0beb6915d
This commit has been automatically submitted by Github Actions.
13 lines
506 B
Bash
13 lines
506 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/nowsecure/fsmon
|
|
TERMUX_PKG_DESCRIPTION="Filesystem monitor with fanotify and inotify backends"
|
|
TERMUX_PKG_LICENSE="MIT"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=1.8.4
|
|
TERMUX_PKG_SRCURL=https://github.com/nowsecure/fsmon/archive/${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=3e9ac1f20c76caf8d576535f21723419fe73bfe63178d306ea07f141f7dbaf0a
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
|
|
termux_step_make() {
|
|
make FANOTIFY_CFLAGS="-DHAVE_FANOTIFY=1 -DHAVE_SYS_FANOTIFY=0"
|
|
}
|