# Maintainer: Jan Alexander Steffens (heftig) pkgname=watchman-bin pkgver=2023.11.27.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") b2sums=('7bf551dd4986d6ec5ceb3a974e244e9b49bebb8caa5b6d970d7113102e3cad4f92919d362d5918a1d653a721d0a0b32949a41dc268e77ed1c3592f9ac4b82a62') prepare() { cd watchman-v$pkgver-linux python <