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