yarn-gallium: dropped

This commit is contained in:
Tim Biermann 2023-01-06 19:07:25 +00:00
parent 23cfee0825
commit 72931e5a4d
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 46 deletions

View File

@ -1,22 +0,0 @@
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

View File

@ -1,5 +0,0 @@
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

View File

@ -1,19 +0,0 @@
# 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
}