Skip to content
Snippets Groups Projects

[ocaml-inotify] Update to 2.6

Open Daniel Peukert requested to merge update/ocaml-inotify into main
+ 8
7
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
# Contributor: Gregory BELLIER <gregory.bellier -- gmail -- com>
pkgname='ocaml-inotify'
pkgver='2.5'
_commit='5e5853680c2b2e41091c1ed030eef9ab008203bb'
pkgrel='2'
pkgver='2.6'
pkgrel='1'
pkgdesc='OCaml bindings for inotify'
arch=('x86_64' 'aarch64')
url="https://github.com/whitequark/$pkgname"
license=('LGPL-2.1-only WITH OCaml-LGPL-linking-exception')
depends=('ocaml>=4.03.0' 'ocaml-lwt')
makedepends=('git' 'dune>=2.9.0')
depends=('ocaml>=5.0.0' 'ocaml-eio' 'ocaml-lwt' 'ocaml-iomux>=0.3')
makedepends=('dune>=3.9.0')
checkdepends=('ocaml-fileutils>=0.4.4' 'ocaml-ounit>=2.0.0')
options=('!strip')
source=("$pkgname-$pkgver::git+$url#commit=$_commit?signed")
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
b2sums=('0000000000000000000000000000000000000000000000000000000000000000')
validpgpkeys=('1370978BC81E9735DFE727E1EBFFF6F283F3A2B4') # Simon Cruanes <simon.cruanes.2007@m4x.org> (https://github.com/c-cube.gpg)
_sourcedirectory="$pkgname-$pkgver"
@@ -39,3 +37,6 @@ package() {
install -dm755 "$pkgdir/usr/share/licenses/$pkgname"
ln -sf "/usr/share/doc/$pkgname/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
# TODO: ocaml-eio (https://github.com/ocaml-multicore/eio)
# TODO: ocaml-iomux (https://github.com/ocaml-multicore/ocaml-iomux)
Loading