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

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

There is a new 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.

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: 1026 bytes --]

From 35f4a670fe59815150a6b889635393eabf032963 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 | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/deno/template

diff --git a/srcpkgs/deno/template b/srcpkgs/deno/template
new file mode 100644
index 00000000000..8a90e0491c3
--- /dev/null
+++ b/srcpkgs/deno/template
@@ -0,0 +1,17 @@
+# Template file for 'deno'
+pkgname=deno
+version=1.0.0
+revision=1
+build_style=cargo
+wrksrc="${pkgname}"
+hostmakedepends="python3"
+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
+
+do_install() {
+	vbin "$(find target -name deno -print -quit)"
+}

             reply	other threads:[~2020-05-17 14:49 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-17 14:49 toluschr [this message]
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 ` [PR PATCH] [Updated] " toluschr
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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22043@inbox.vuxu.org \
    --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).