mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-ml/inotify: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-ml/inotify/Manifest
Normal file
1
dev-ml/inotify/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST inotify-2.3_p20211118.tar.gz 15870 BLAKE2B cd9b80dcf924ef9fd3c4b95e2e105e17dcfb3b4897b9552ac87b4f8d59dc128f76c6aa95bbf2647b2b60577b53abde003391ba05833ce5ddf0ebbb366b608780 SHA512 3ac6b739797a7d2bafcbe007bd467841eeab8ceecc50dc3a71cd24e0d24da846d9166166a45d6b07d9717d3bab649cd1619ebc8964149700522a7082c1b0d3d5
|
||||
34
dev-ml/inotify/inotify-2.3_p20211118.ebuild
Normal file
34
dev-ml/inotify/inotify-2.3_p20211118.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit dune
|
||||
|
||||
COMMIT="b340204c72ae3ff27def6e116c1998485fc3227e"
|
||||
MYPN="ocaml-${PN}"
|
||||
|
||||
DESCRIPTION="OCaml bindings for inotify"
|
||||
HOMEPAGE="https://github.com/whitequark/ocaml-inotify"
|
||||
SRC_URI="https://github.com/whitequark/${MYPN}/archive/${COMMIT}.tar.gz -> ${PF}.tar.gz"
|
||||
S="${WORKDIR}/${MYPN}-${COMMIT}"
|
||||
|
||||
LICENSE="LGPL-2.1-with-linking-exception"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="ocamlopt test"
|
||||
|
||||
DEPEND="
|
||||
dev-ml/base-unix
|
||||
dev-ml/base-bytes
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
test? (
|
||||
>=dev-ml/ounit-2
|
||||
dev-ml/ocaml-fileutils
|
||||
dev-ml/lwt
|
||||
)
|
||||
"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
11
dev-ml/inotify/metadata.xml
Normal file
11
dev-ml/inotify/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">whitequark/ocaml-inotify</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user