mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
sys-fs/google-drive-ocamlfuse: add 0.7.29
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST google-drive-ocamlfuse-0.7.27.tar.gz 97799 BLAKE2B b3b07a049fcc0695fd4a40bbba28fcbad6dea148626189fa1762101968ad4922d825d2ef40bdc19bcb44e18a13e7ad9116fdef2aa33fc1c1ad937694634bd57b SHA512 ce0151abc391bd2d893356ca6a63083880564ca1dda17d41f70715d036167c637d8886a1a0dcf7cc49bed9f2e4d9675d82448ea3280edc0324c281349355342c
|
||||
DIST google-drive-ocamlfuse-0.7.29.gh.tar.gz 98832 BLAKE2B 7a959047abacc65379c2da0f590c6dba613cb7708dd56a7e029409d8791d76e6a0a164eea113b21a84b07bf522879401833431482f18d97865364eaee03dcb3b SHA512 562bca2e9019a999886052eb4b7f6554706c25be69670148c1938d3b30d742b03eafb6fba430c4762ba44713e291ec3b0cddabc1baaa6491740ddd3e77655fe9
|
||||
|
||||
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit dune findlib
|
||||
|
||||
DESCRIPTION="FUSE filesystem over Google Drive"
|
||||
HOMEPAGE="
|
||||
https://github.com/astrada/google-drive-ocamlfuse
|
||||
https://opam.ocaml.org/packages/google-drive-ocamlfuse/
|
||||
"
|
||||
SRC_URI="https://github.com/astrada/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="ocamlopt test"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-ml/gapi-ocaml-0.4.2:=
|
||||
>=dev-ml/ocamlfuse-2.7.1:=
|
||||
dev-ml/cryptokit:=
|
||||
dev-ml/extlib:=
|
||||
dev-ml/ocaml-sqlite3:=
|
||||
>=dev-ml/tiny_httpd-0.6:=
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
dev-ml/camlidl:=
|
||||
test? ( dev-ml/ounit2 )
|
||||
"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
Reference in New Issue
Block a user