summaryrefslogtreecommitdiff
path: root/yarn-gallium
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-10-09 13:21:43 +0200
committerTim Biermann <tbier@posteo.de>2022-10-09 13:21:43 +0200
commit488e415689e14ccfcc62deac34247b66d3612029 (patch)
tree1bbf5bcb0492a92d7f50bfa3f754bb89d16cfb56 /yarn-gallium
parent8cca0ee16a51470561b84551304768a726a0fca7 (diff)
downloadcontrib-488e415689e14ccfcc62deac34247b66d3612029.tar.gz
contrib-488e415689e14ccfcc62deac34247b66d3612029.tar.xz
yarn-gallium: initial commit, version 1.22.19
Diffstat (limited to 'yarn-gallium')
-rw-r--r--yarn-gallium/.footprint22
-rw-r--r--yarn-gallium/.signature5
-rw-r--r--yarn-gallium/Pkgfile19
3 files changed, 46 insertions, 0 deletions
diff --git a/yarn-gallium/.footprint b/yarn-gallium/.footprint
new file mode 100644
index 000000000..064d1c1d8
--- /dev/null
+++ b/yarn-gallium/.footprint
@@ -0,0 +1,22 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/opt/
+drwxr-xr-x root/root usr/opt/nodejs-lts-gallium/
+drwxr-xr-x root/root usr/opt/nodejs-lts-gallium/bin/
+lrwxrwxrwx root/root usr/opt/nodejs-lts-gallium/bin/yarn -> /usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/bin/yarn.js
+lrwxrwxrwx root/root usr/opt/nodejs-lts-gallium/bin/yarnpkg -> /usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/bin/yarn.js
+drwxr-xr-x root/root usr/opt/nodejs-lts-gallium/lib/
+drwxr-xr-x root/root usr/opt/nodejs-lts-gallium/lib/node_modules/
+drwxr-xr-x root/root usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/
+-rw-r--r-- root/root usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/LICENSE
+-rw-r--r-- root/root usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/README.md
+drwxr-xr-x root/root usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/bin/
+-rwxr-xr-x root/root usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/bin/yarn
+-rwxr-xr-x root/root usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/bin/yarn.cmd
+-rwxr-xr-x root/root usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/bin/yarn.js
+-rwxr-xr-x root/root usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/bin/yarnpkg
+-rwxr-xr-x root/root usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/bin/yarnpkg.cmd
+drwxr-xr-x root/root usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/lib/
+-rwxr-xr-x root/root usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/lib/cli.js
+-rw-r--r-- root/root usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/lib/v8-compile-cache.js
+-rw-r--r-- root/root usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/package.json
+-rw-r--r-- root/root usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/preinstall.js
diff --git a/yarn-gallium/.signature b/yarn-gallium/.signature
new file mode 100644
index 000000000..bccafd6a6
--- /dev/null
+++ b/yarn-gallium/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF34mkvFdd0C7wlq21v1+gg3fV1VIFKbLotjlQdOv90Jms0MnXuWRLMgzTSuJs/t3Pp9gv4fvuyucEh6csyNx7UQY=
+SHA256 (Pkgfile) = ee3f769056e8088f2b92a0b7a1319a7c219f2763af172cd71cab7a12b8c59284
+SHA256 (.footprint) = 6f63a9daae53bee542105f46731fa09f0a4dd6b02a140c844176374634ce34a7
+SHA256 (yarn-v1.22.19.tar.gz) = 732620bac8b1690d507274f025f3c6cfdc3627a84d9642e38a07452cc00e0f2e
diff --git a/yarn-gallium/Pkgfile b/yarn-gallium/Pkgfile
new file mode 100644
index 000000000..26546dabe
--- /dev/null
+++ b/yarn-gallium/Pkgfile
@@ -0,0 +1,19 @@
+# Description: a nodejs package manager
+# URL: https://classic.yarnpkg.com/lang/en/
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on: nodejs-lts-gallium
+
+name=yarn-gallium
+version=1.22.19
+release=1
+source=(https://github.com/yarnpkg/yarn/releases/download/v$version/yarn-v$version.tar.gz)
+
+build() {
+ cd yarn-v$version
+ install -dm755 $PKG/usr/opt/nodejs-lts-gallium/lib/node_modules/yarn
+ cp -R * $PKG/usr/opt/nodejs-lts-gallium/lib/node_modules/yarn
+
+ install -dm755 $PKG/usr/opt/nodejs-lts-gallium/bin
+ ln -s /usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/bin/yarn.js $PKG/usr/opt/nodejs-lts-gallium/bin/yarn
+ ln -s /usr/opt/nodejs-lts-gallium/lib/node_modules/yarn/bin/yarn.js $PKG/usr/opt/nodejs-lts-gallium/bin/yarnpkg
+}

Generated by cgit