mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
rstudio: rebuild for gcc stdc++ dropping gcc4 compat.
[ci skip]
This commit is contained in:
parent
4681184be1
commit
beeea6aa05
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rstudio'
|
# Template file for 'rstudio'
|
||||||
pkgname=rstudio
|
pkgname=rstudio
|
||||||
version=1.1.383
|
version=1.1.383
|
||||||
revision=1
|
revision=2
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
make_install_args="INSTALL_ROOT=${DESTDIR} \
|
make_install_args="INSTALL_ROOT=${DESTDIR} \
|
||||||
|
@ -20,7 +20,7 @@ makedepends="R zlib-devel libuuid-devel libressl-devel pam-devel
|
||||||
depends="R"
|
depends="R"
|
||||||
short_desc="Integrated development environment (IDE) for R"
|
short_desc="Integrated development environment (IDE) for R"
|
||||||
maintainer="ivierlin <github@ivierlin.de>"
|
maintainer="ivierlin <github@ivierlin.de>"
|
||||||
license="AGPL-3"
|
license="AGPL-3.0-only"
|
||||||
homepage="https://www.rstudio.com"
|
homepage="https://www.rstudio.com"
|
||||||
_aws="https://s3.amazonaws.com"
|
_aws="https://s3.amazonaws.com"
|
||||||
_gin_version="1.5"
|
_gin_version="1.5"
|
||||||
|
@ -90,4 +90,5 @@ post_install() {
|
||||||
for f in {diagnostics,rpostback,rsession,rstudio}; do
|
for f in {diagnostics,rpostback,rsession,rstudio}; do
|
||||||
ln -sf /usr/lib/rstudio/bin/${f} ${DESTDIR}/usr/bin/
|
ln -sf /usr/lib/rstudio/bin/${f} ${DESTDIR}/usr/bin/
|
||||||
done
|
done
|
||||||
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue