# Maintainer: Jan Alexander Steffens (heftig) pkgname=watchman-bin pkgver=2022.10.10.00 pkgrel=2 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 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=('51dbf1ae1243f64fc5adf277ed5b694cd67f2fcedcd9f0dae78826bf6ba5930b') prepare() { cd watchman-v$pkgver-linux python <