# Maintainer: Jan Alexander Steffens (heftig) pkgname=watchman-bin pkgver=2023.10.09.00 pkgrel=1 pkgdesc="An inotify-based file watching and job triggering command line utility" url="https://facebook.github.io/watchman/" arch=(x86_64) license=(MIT) depends=(openssl-1.1 gcc-libs) makedepends=(patchelf python) provides=("watchman=$pkgver") conflicts=(watchman) options=(!strip) install=watchman.install # https://github.com/facebook/watchman/releases source=("https://github.com/facebook/watchman/releases/download/v$pkgver/watchman-v$pkgver-linux.zip") sha256sums=('bfb24be2a27a4c4700f02f30466b2e524b542e44f53d0a70bad3a33af28a3b63') prepare() { cd watchman-v$pkgver-linux python <