Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: dart-sdk-2.4.0_1
@ 2019-07-15  2:45 voidlinux-github
  2019-07-15  3:25 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: voidlinux-github @ 2019-07-15  2:45 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1550 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] 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
+}

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

end of thread, other threads:[~2020-02-12 15:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-15  2:45 [PR PATCH] New package: dart-sdk-2.4.0_1 voidlinux-github
2019-07-15  3:25 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-15  3:25 ` voidlinux-github
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

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