pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gleam-stdlib, incomplete package
Module Name: pkgsrc-wip
Committed By: nikita <nikita%NetBSD.org@localhost>
Pushed By: nikita
Date: Thu Jul 2 10:17:46 2020 +0200
Changeset: 26e8ac47a2cdbec1739131917cc9ba87f6c0c293
Added Files:
gleam-stdlib/DESCR
gleam-stdlib/Makefile
gleam-stdlib/PLIST
gleam-stdlib/distinfo
Log Message:
gleam-stdlib, incomplete package
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=26e8ac47a2cdbec1739131917cc9ba87f6c0c293
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gleam-stdlib/DESCR | 17 +++++++++++++++++
gleam-stdlib/Makefile | 19 +++++++++++++++++++
gleam-stdlib/PLIST | 4 ++++
gleam-stdlib/distinfo | 6 ++++++
4 files changed, 46 insertions(+)
diffs:
diff --git a/gleam-stdlib/DESCR b/gleam-stdlib/DESCR
new file mode 100644
index 0000000000..bb85330ac8
--- /dev/null
+++ b/gleam-stdlib/DESCR
@@ -0,0 +1,17 @@
+TODO: Adjust the following lines from README.md
+
+# stdlib
+
+<a href="https://github.com/gleam-lang/stdlib/releases"><img src="https://img.shields.io/github/release/gleam-lang/stdlib" alt="GitHub release"></a>
+<a href="https://webchat.freenode.net/#gleam-lang"><img src="https://img.shields.io/badge/freenode%20chat-%23gleam--lang-blue" alt="IRC: #gleam-lang on chat.freenode.net"></a>
+![CI](https://github.com/gleam-lang/stdlib/workflows/CI/badge.svg?branch=main)
+
+Gleam's standard library!
+Documentation available on [HexDocs](https://hexdocs.pm/gleam_stdlib/).
+
+## Quick reference
+
+```sh
+# Run the unit tests
+rebar3 eunit
+```
diff --git a/gleam-stdlib/Makefile b/gleam-stdlib/Makefile
new file mode 100644
index 0000000000..ac113c009e
--- /dev/null
+++ b/gleam-stdlib/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+GITHUB_PROJECT= stdlib
+GITHUB_TAG= v0.10.1
+DISTNAME= v0.10.1
+PKGNAME= ${GITHUB_PROJECT}-${DISTNAME:S,^v,,}
+CATEGORIES= lang
+MASTER_SITES= ${MASTER_SITE_GITHUB:=gleam-lang/}
+DIST_SUBDIR= ${GITHUB_PROJECT}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/gleam-lang/stdlib/
+COMMENT= Gleam standard library
+LICENSE= apache-2.0
+
+WRKSRC= ${WRKDIR}/stdlib-0.10.1
+USE_LANGUAGES= # none
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/gleam-stdlib/PLIST b/gleam-stdlib/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/gleam-stdlib/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff --git a/gleam-stdlib/distinfo b/gleam-stdlib/distinfo
new file mode 100644
index 0000000000..5b1db35746
--- /dev/null
+++ b/gleam-stdlib/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (stdlib/v0.10.1.tar.gz) = 3ee52fb4eb91e6fecefc00d0a1c481c00af619d1
+RMD160 (stdlib/v0.10.1.tar.gz) = f69c0ca162dcd7df4ae7910d14b6cd7a10efca79
+SHA512 (stdlib/v0.10.1.tar.gz) = ce362227df7be7beac6571dca2822b6f3f60edbb48dc9da3b513213301559b8ce1b99b9f276b2cc85bf42d6ab1cf7844ca0ee025f93f29c8a06d9a8d0dfb4f45
+Size (stdlib/v0.10.1.tar.gz) = 46959 bytes
Home |
Main Index |
Thread Index |
Old Index