Github messages for voidlinux
 help / color / mirror / Atom feed
From: knusbaum <knusbaum@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: google-drive-ocamlfuse-0.7.27
Date: Wed, 05 Jan 2022 21:09:04 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34874@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1304 bytes --]

There is a new pull request by knusbaum against master on the void-packages repository

https://github.com/knusbaum/void-packages google-drive-ocamlfuse
https://github.com/void-linux/void-packages/pull/34874

New package: google-drive-ocamlfuse-0.7.27
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
I have been running this on x86_64 for several days.

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES** 
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl NO
  - armv7l NO 
  - armv6l-musl NO
-->


A patch file from https://github.com/void-linux/void-packages/pull/34874.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-google-drive-ocamlfuse-34874.patch --]
[-- Type: text/x-diff, Size: 1561 bytes --]

From 0bd4084100ee7eed8109003e672f1d052fa55d7a Mon Sep 17 00:00:00 2001
From: Kyle Nusbaum <KyleJNusbaum@gmail.com>
Date: Wed, 5 Jan 2022 13:34:47 +0000
Subject: [PATCH] New package: google-drive-ocamlfuse-0.7.27

---
 srcpkgs/google-drive-ocamlfuse/template | 26 +++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/google-drive-ocamlfuse/template

diff --git a/srcpkgs/google-drive-ocamlfuse/template b/srcpkgs/google-drive-ocamlfuse/template
new file mode 100644
index 000000000000..2120f20d87c4
--- /dev/null
+++ b/srcpkgs/google-drive-ocamlfuse/template
@@ -0,0 +1,26 @@
+# Template file for 'google-drive-ocamlfuse'
+pkgname=google-drive-ocamlfuse
+version=0.7.27
+revision=1
+hostmakedepends="ocaml dune opam tar git rsync mercurial darcs pkg-config sqlite-devel libcurl-devel fuse-devel gmp-devel"
+short_desc="FUSE Filesystem for Google Drive"
+maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
+license="MIT"
+homepage="https://astrada.github.io/google-drive-ocamlfuse"
+distfiles="https://github.com/astrada/google-drive-ocamlfuse/archive/refs/tags/v${version}.tar.gz"
+checksum=15880680ec49e83252b6b1cdc128a8f58b157a62272a64f9d03acd03154e8efd
+nocross="ocaml and dune do not support cross-compilation out-of-the-box"
+
+do_build() {
+	set -x
+	opam init -y
+	opam install -y camlidl cryptokit extlib gapi-ocaml ocamlfuse sqlite3
+	eval $(opam env)
+	dune build @install
+}
+
+do_install() {
+	dune install --prefix=/usr --destdir="$DESTDIR" \
+	--mandir=/usr/share/man --docdir=/usr/share/doc
+	vlicense LICENSE
+}

             reply	other threads:[~2022-01-05 20:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-05 20:09 knusbaum [this message]
2022-04-10  2:05 ` github-actions
2022-06-21  2:13 ` [PR PATCH] [Closed]: " github-actions

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34874@inbox.vuxu.org \
    --to=knusbaum@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).