2018-05-25 12:38:52 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://www.gnu.org.ua/software/direvent/
|
2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_DESCRIPTION="Monitor of events in file system directories"
|
2019-01-20 23:39:59 +02:00
|
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
2020-12-20 15:16:34 +02:00
|
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
2022-03-13 07:40:11 +01:00
|
|
|
TERMUX_PKG_VERSION=5.3
|
2016-09-24 18:42:39 -04:00
|
|
|
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/direvent/direvent-${TERMUX_PKG_VERSION}.tar.gz
|
2022-03-13 07:40:11 +01:00
|
|
|
TERMUX_PKG_SHA256=9405a8a77da49fe92bbe4af18bf925ff91f6d3374c10b7d700a031bacb94c497
|
2016-07-14 17:58:14 -04:00
|
|
|
TERMUX_PKG_DEPENDS="libandroid-glob"
|
2015-06-13 01:03:31 +02:00
|
|
|
|
2016-09-03 18:45:08 -04:00
|
|
|
termux_step_pre_configure() {
|
2019-12-30 00:16:07 +01:00
|
|
|
export LIBS="-landroid-glob"
|
2016-09-03 18:45:08 -04:00
|
|
|
}
|