Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: deno-1.0.0
@ 2020-05-17 14:49 toluschr
  2020-05-17 14:51 ` [PR PATCH] [Updated] " toluschr
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: toluschr @ 2020-05-17 14:49 UTC (permalink / raw)
  To: ml

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

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

end of thread, other threads:[~2020-12-20  1:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-17 14:49 [PR PATCH] New package: deno-1.0.0 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 ` [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

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