mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
parent
a6830e966e
commit
1172cad11a
1 changed files with 5 additions and 3 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'yarn'
|
# Template file for 'yarn'
|
||||||
pkgname=yarn
|
pkgname=yarn
|
||||||
version=1.15.2
|
version=1.15.2
|
||||||
revision=1
|
revision=2
|
||||||
hostmakedepends="yarn-bin nodejs"
|
hostmakedepends="yarn-bin nodejs"
|
||||||
depends="virtual?nodejs-runtime"
|
depends="virtual?nodejs-runtime"
|
||||||
short_desc="Fast, reliable, and secure dependency management"
|
short_desc="Fast, reliable, and secure dependency management"
|
||||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||||
license="2-cause-BSD"
|
license="BSD-2-Clause"
|
||||||
homepage="https://yarnpkg.com/"
|
homepage="https://yarnpkg.com/"
|
||||||
distfiles="https://github.com/yarnpkg/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/yarnpkg/${pkgname}/archive/v${version}.tar.gz"
|
||||||
conflicts="yarn-bin>=0"
|
|
||||||
checksum=8a08d62cdbd141d5edd127646ecccc6ed107f20e98ba4cb37c072aabb82f6e24
|
checksum=8a08d62cdbd141d5edd127646ecccc6ed107f20e98ba4cb37c072aabb82f6e24
|
||||||
|
|
||||||
|
conflicts="yarn-bin>=0"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*) broken="https://build.voidlinux.org/builders/i686_builder/builds/15057/steps/shell_3/logs/stdio"
|
i686*) broken="https://build.voidlinux.org/builders/i686_builder/builds/15057/steps/shell_3/logs/stdio"
|
||||||
esac
|
esac
|
||||||
|
@ -30,6 +31,7 @@ do_install() {
|
||||||
vcopy dist/lib/v8-compile-cache.js /usr/lib/yarn
|
vcopy dist/lib/v8-compile-cache.js /usr/lib/yarn
|
||||||
vcopy dist/lib/cli.js /usr/lib/yarn
|
vcopy dist/lib/cli.js /usr/lib/yarn
|
||||||
vbin dist/bin/yarn.js yarn
|
vbin dist/bin/yarn.js yarn
|
||||||
|
ln -rs ${DESTDIR}/usr/bin/yarn ${DESTDIR}/usr/bin/yarnpkg
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue