From 488e415689e14ccfcc62deac34247b66d3612029 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 9 Oct 2022 13:21:43 +0200 Subject: yarn-gallium: initial commit, version 1.22.19 --- yarn-gallium/.footprint | 22 ++++++++++++++++++++++ yarn-gallium/.signature | 5 +++++ yarn-gallium/Pkgfile | 19 +++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 yarn-gallium/.footprint create mode 100644 yarn-gallium/.signature create mode 100644 yarn-gallium/Pkgfile (limited to 'yarn-gallium') 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 +} -- cgit v1.2.3