Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: dart-sdk-2.4.0_1
Date: Mon, 15 Jul 2019 05:25:16 +0200	[thread overview]
Message-ID: <20190715032516.ooFvMIYwdjFaUVdYpV1-c5Vd3BvxwbyHqnry0YffB20@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13129@inbox.vuxu.org>

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

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

https://github.com/Noah-Huppert/void-packages pkg-dart-sdk
https://github.com/void-linux/void-packages/pull/13129

New package: dart-sdk-2.4.0_1


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pkg-dart-sdk-13129.patch --]
[-- Type: application/text/x-diff, Size: 3150 bytes --]

From 1ebd4ca42ae3b30f1e955c5af8bacd1e7b703984 Mon Sep 17 00:00:00 2001
From: Noah Huppert <contact@noahh.io>
Date: Sun, 14 Jul 2019 22:44:32 -0400
Subject: [PATCH 1/2] New package: dart-sdk-2.4.0_1

---
 srcpkgs/dart-sdk/template | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
 create mode 100644 srcpkgs/dart-sdk/template

diff --git a/srcpkgs/dart-sdk/template b/srcpkgs/dart-sdk/template
new file mode 100644
index 00000000000..8710d22a726
--- /dev/null
+++ b/srcpkgs/dart-sdk/template
@@ -0,0 +1,36 @@
+# Template file for 'dart-sdk'
+pkgname=dart-sdk
+version=2.4.0
+revision=1
+archs="x86_64"
+short_desc="Client-optimized language for fast apps on any platform"
+maintainer="Noah Huppert <contact@noahh.io>"
+license="BSD"
+homepage="https://dart.dev/"
+
+hostmakedepends="unzip"
+wrksrc=${pkgname}-${version}
+create_wrksrc=yes
+build_wrksrc=dart-sdk
+
+distfiles="https://storage.googleapis.com/dart-archive/channels/stable/release/${version}/sdk/dartsdk-linux-x64-release.zip"
+checksum="094c862f26ff2f203e5e95801281e9f60eeab3849aed1458f364ee757ed89287"
+
+do_install() {
+    vlicense LICENSE
+
+    vbin bin/dart
+    vbin bin/dart2aot
+    vbin bin/dart2js
+    vbin bin/dartanalyzer
+    vbin bin/dartaotruntime
+    vbin bin/dartdevc
+    vbin bin/dartdoc
+    vbin bin/dartfmt
+    vbin bin/pub
+
+    vmkdir usr/include
+    vcopy include/dart_api.h usr/include/dart_api.h
+    vcopy include/dart_native_api.h usr/include/dart_native_api.h
+    vcopy include/dart_tools_api.h usr/include/dart_tools_api.h
+}

From 3b40a4c9a6b91dbed653c298d64c7906ae362675 Mon Sep 17 00:00:00 2001
From: Noah Huppert <contact@noahh.io>
Date: Sun, 14 Jul 2019 23:25:10 -0400
Subject: [PATCH 2/2] dart-sdk: fixed template lint errors

---
 srcpkgs/dart-sdk/template | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/dart-sdk/template b/srcpkgs/dart-sdk/template
index 8710d22a726..d2a1e2f8080 100644
--- a/srcpkgs/dart-sdk/template
+++ b/srcpkgs/dart-sdk/template
@@ -17,20 +17,20 @@ distfiles="https://storage.googleapis.com/dart-archive/channels/stable/release/$
 checksum="094c862f26ff2f203e5e95801281e9f60eeab3849aed1458f364ee757ed89287"
 
 do_install() {
-    vlicense LICENSE
+	     vlicense LICENSE
 
-    vbin bin/dart
-    vbin bin/dart2aot
-    vbin bin/dart2js
-    vbin bin/dartanalyzer
-    vbin bin/dartaotruntime
-    vbin bin/dartdevc
-    vbin bin/dartdoc
-    vbin bin/dartfmt
-    vbin bin/pub
+	     vbin bin/dart
+	     vbin bin/dart2aot
+	     vbin bin/dart2js
+	     vbin bin/dartanalyzer
+	     vbin bin/dartaotruntime
+	     vbin bin/dartdevc
+	     vbin bin/dartdoc
+	     vbin bin/dartfmt
+	     vbin bin/pub
 
-    vmkdir usr/include
-    vcopy include/dart_api.h usr/include/dart_api.h
-    vcopy include/dart_native_api.h usr/include/dart_native_api.h
-    vcopy include/dart_tools_api.h usr/include/dart_tools_api.h
+	     vmkdir usr/include
+	     vcopy include/dart_api.h usr/include/dart_api.h
+	     vcopy include/dart_native_api.h usr/include/dart_native_api.h
+	     vcopy include/dart_tools_api.h usr/include/dart_tools_api.h
 }

  parent reply	other threads:[~2019-07-15  3:25 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-15  2:45 [PR PATCH] " voidlinux-github
2019-07-15  3:25 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-15  3:25 ` voidlinux-github [this message]
2019-07-16 12:17 ` voidlinux-github
2019-07-20 13:14 ` [wip] " voidlinux-github
2020-02-02 17:00 ` voidlinux-github
2020-02-12 13:55 ` voidlinux-github
2020-02-12 14:29 ` voidlinux-github
2020-02-12 14:29 ` [PR PATCH] [Closed]: " voidlinux-github
2020-02-12 15:26 ` voidlinux-github

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=20190715032516.ooFvMIYwdjFaUVdYpV1-c5Vd3BvxwbyHqnry0YffB20@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).