yarn 1.22.22-6

This commit is contained in:
2025-09-21 21:12:36 +03:00
parent d692200ff4
commit 3280b9d983

View File

@@ -1,19 +1,35 @@
name='yarn' name='yarn'
version='1.22.22' version='1.22.22'
release='5' release='6'
desc='Fast, reliable, and secure dependency management.' desc='Fast, reliable, and secure dependency management'
desc_ru='Быстрое, надёжное и безопасное управление зависимостями'
homepage='https://classic.yarnpkg.com/' homepage='https://classic.yarnpkg.com/'
maintainer="Евгений Храмов <xpamych@yandex.ru>" maintainer='Evgeny Khramov <xpamych@yandex.ru>'
maintainer_ru='Евгений Храмов <xpamych@yandex.ru>'
architectures=('all') architectures=('all')
license=('BSD-2-Clause') license=('BSD-2-Clause')
provides=('yarn') provides=('yarn')
conflicts=('yarn' 'yarn-git' 'yarnpkg') conflicts=('yarn' 'yarn-git' 'yarnpkg')
deps=('nodejs') deps=('nodejs')
build_deps=('git' deps_alt=("${deps[@]}")
'jq' deps_arch=("${deps[@]}")
'ripgrep' deps_debian=("${deps[@]}")
'yarnpkg') deps_fedora=("${deps[@]}")
deps_redos=("${deps[@]}")
deps_rhel=("${deps[@]}")
deps_rosa=("${deps[@]}")
deps_alpine=("${deps[@]}")
build_deps=('git' 'jq' 'ripgrep' 'yarnpkg')
build_deps_alt=("${build_deps[@]}")
build_deps_arch=("${build_deps[@]}")
build_deps_debian=("${build_deps[@]}")
build_deps_fedora=("${build_deps[@]}")
build_deps_redos=("${build_deps[@]}")
build_deps_rhel=("${build_deps[@]}")
build_deps_rosa=("${build_deps[@]}")
build_deps_alpine=("${build_deps[@]}")
sources=("git+https://github.com/${name}pkg/$name.git#tag=v$version") sources=("git+https://github.com/${name}pkg/$name.git#tag=v$version")
checksums=('SKIP') checksums=('SKIP')
@@ -45,3 +61,8 @@ package() {
install -Dm644 -t "$pkgdir"/usr/share/doc/$name README.md install -Dm644 -t "$pkgdir"/usr/share/doc/$name README.md
install -Dm644 -t "$pkgdir"/usr/share/licenses/$name LICENSE install -Dm644 -t "$pkgdir"/usr/share/licenses/$name LICENSE
} }
files() {
files-find-bin
files-find-lib
files-find-share
}