Github messages for voidlinux
 help / color / mirror / Atom feed
From: toluschr <toluschr@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: deno-1.0.0
Date: Sun, 17 May 2020 19:58:13 +0200	[thread overview]
Message-ID: <20200517175813.Ciqyyq2b_hxLlt64-uYZ49VgtGWXXfbiMwVTW1dHxdM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22043@inbox.vuxu.org>

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

There is an updated pull request by toluschr against master on the void-packages repository

https://github.com/toluschr/void-packages new-deno
https://github.com/void-linux/void-packages/pull/22043

New package: deno-1.0.0
#21937

I think the `do_install` function would need to be changed a little, however the cargo build helper throws an error.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-deno-22043.patch --]
[-- Type: text/x-diff, Size: 1116 bytes --]

From e0de491bfb3014a30ae74811cacee08a9bc09d9e Mon Sep 17 00:00:00 2001
From: toluschr <toluschr@protonmail.com>
Date: Sun, 17 May 2020 16:45:05 +0200
Subject: [PATCH] New package: deno-1.0.0

---
 srcpkgs/deno/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/deno/template

diff --git a/srcpkgs/deno/template b/srcpkgs/deno/template
new file mode 100644
index 00000000000..041600ba359
--- /dev/null
+++ b/srcpkgs/deno/template
@@ -0,0 +1,21 @@
+# Template file for 'deno'
+pkgname=deno
+version=1.0.0
+revision=1
+wrksrc="${pkgname}"
+build_style=cargo
+hostmakedepends="python3 pkg-config"
+makedepends="libglib-devel"
+short_desc="Secure JavaScript and TypeScript runtime"
+maintainer="toluschr <toluschr@protonmail.com>"
+license="MIT"
+homepage="https://github.com/denoland/deno/"
+distfiles="https://github.com/denoland/deno/releases/download/v${version}/deno_src.tar.gz"
+checksum=89709f489e4cbbcfd6913d14e903fcb47c92f329d077477190b0dbd8bd23acc7
+
+export V8_FROM_SOURCE=1
+
+do_install() {
+	vbin "$(find target -name deno -print -quit)"
+	vlicense LICENSE
+}

  parent reply	other threads:[~2020-05-17 17:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-17 14:49 [PR PATCH] " toluschr
2020-05-17 14:51 ` [PR PATCH] [Updated] " toluschr
2020-05-17 15:57 ` q66
2020-05-17 16:06 ` toluschr
2020-05-17 16:08 ` Johnnynator
2020-05-17 16:10 ` Johnnynator
2020-05-17 16:20 ` toluschr
2020-05-17 17:58 ` toluschr [this message]
2020-05-17 18:00 ` toluschr
2020-12-20  1:33 ` [WIP] " ericonr
2020-12-20  1:33 ` [PR PATCH] [Closed]: " ericonr

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=20200517175813.Ciqyyq2b_hxLlt64-uYZ49VgtGWXXfbiMwVTW1dHxdM@z \
    --to=toluschr@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).