emcrisostomo / fswatch

A cross-platform file change monitor with multiple backends: Apple OS X File System Events, *BSD kqueue, Solaris/Illumos File Events Notification, Linux inotify, Microsoft Windows and a stat()-based backend.
https://emcrisostomo.github.io/fswatch/
GNU General Public License v3.0
4.96k stars 327 forks source link

Not available in package manager #280

Closed fultonm closed 2 years ago

fultonm commented 2 years ago

fswatch seems to be not available for Arch Linux - aarch64 for raspberry pi 4.

[alarm@alarm ~]$ sudo pacman -Syu fswatch
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 alarm is up to date
 aur is up to date
error: target not found: fswatch

Additional info about my set up:

Arch [alarm@alarm ~]$ cat /etc/os-release 
NAME="Arch Linux ARM"
PRETTY_NAME="Arch Linux ARM"
ID=archarm
ID_LIKE=arch
BUILD_ID=rolling
ANSI_COLOR="38;2;23;147;209"
HOME_URL="https://archlinuxarm.org/"
DOCUMENTATION_URL="https://archlinuxarm.org/wiki"
SUPPORT_URL="https://archlinuxarm.org/forum"
BUG_REPORT_URL="https://github.com/archlinuxarm/PKGBUILDs/issues"
LOGO=archlinux
emcrisostomo commented 2 years ago

Provided I'm not familiar with that platform to even know whether fswatch would compile, I'm afraid I'm not maintaining packages for Arch Linux. I suggest you try to get in touch with the project and see whether somebody is willing to help you with this.