Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: google-drive-ocamlfuse-0.7.27
@ 2022-01-05 20:09 knusbaum
  2022-04-10  2:05 ` github-actions
  2022-06-21  2:13 ` [PR PATCH] [Closed]: " github-actions
  0 siblings, 2 replies; 3+ messages in thread
From: knusbaum @ 2022-01-05 20:09 UTC (permalink / raw)
  To: ml

[-- 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
+}

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: New package: google-drive-ocamlfuse-0.7.27
  2022-01-05 20:09 [PR PATCH] New package: google-drive-ocamlfuse-0.7.27 knusbaum
@ 2022-04-10  2:05 ` github-actions
  2022-06-21  2:13 ` [PR PATCH] [Closed]: " github-actions
  1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2022-04-10  2:05 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/34874#issuecomment-1094158613

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Closed]: New package: google-drive-ocamlfuse-0.7.27
  2022-01-05 20:09 [PR PATCH] New package: google-drive-ocamlfuse-0.7.27 knusbaum
  2022-04-10  2:05 ` github-actions
@ 2022-06-21  2:13 ` github-actions
  1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2022-06-21  2:13 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: google-drive-ocamlfuse-0.7.27
https://github.com/void-linux/void-packages/pull/34874

Description:
<!-- 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** 





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-21  2:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-05 20:09 [PR PATCH] New package: google-drive-ocamlfuse-0.7.27 knusbaum
2022-04-10  2:05 ` github-actions
2022-06-21  2:13 ` [PR PATCH] [Closed]: " github-actions

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).