yarn 1.22.22-6
This commit is contained in:
35
yarn/alr.sh
35
yarn/alr.sh
@@ -1,19 +1,35 @@
|
||||
name='yarn'
|
||||
version='1.22.22'
|
||||
release='5'
|
||||
desc='Fast, reliable, and secure dependency management.'
|
||||
release='6'
|
||||
desc='Fast, reliable, and secure dependency management'
|
||||
desc_ru='Быстрое, надёжное и безопасное управление зависимостями'
|
||||
homepage='https://classic.yarnpkg.com/'
|
||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
||||
maintainer='Evgeny Khramov <xpamych@yandex.ru>'
|
||||
maintainer_ru='Евгений Храмов <xpamych@yandex.ru>'
|
||||
architectures=('all')
|
||||
license=('BSD-2-Clause')
|
||||
provides=('yarn')
|
||||
conflicts=('yarn' 'yarn-git' 'yarnpkg')
|
||||
|
||||
deps=('nodejs')
|
||||
build_deps=('git'
|
||||
'jq'
|
||||
'ripgrep'
|
||||
'yarnpkg')
|
||||
deps_alt=("${deps[@]}")
|
||||
deps_arch=("${deps[@]}")
|
||||
deps_debian=("${deps[@]}")
|
||||
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")
|
||||
checksums=('SKIP')
|
||||
@@ -45,3 +61,8 @@ package() {
|
||||
install -Dm644 -t "$pkgdir"/usr/share/doc/$name README.md
|
||||
install -Dm644 -t "$pkgdir"/usr/share/licenses/$name LICENSE
|
||||
}
|
||||
files() {
|
||||
files-find-bin
|
||||
files-find-lib
|
||||
files-find-share
|
||||
}
|
||||
|
Reference in New Issue
Block a user