mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
RubyMine: update to 2020.1.
This commit is contained in:
parent
d31128d4ca
commit
5382412058
1 changed files with 6 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'RubyMine'
|
# Template file for 'RubyMine'
|
||||||
pkgname=RubyMine
|
pkgname=RubyMine
|
||||||
version=2019.3
|
version=2020.1
|
||||||
revision=1
|
revision=1
|
||||||
archs="i686 x86_64"
|
archs="i686 x86_64"
|
||||||
depends="virtual?java-environment"
|
depends="jetbrains-jdk-bin"
|
||||||
short_desc="Most intelligent Ruby and Rails IDE"
|
short_desc="Most intelligent Ruby and Rails IDE"
|
||||||
maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
|
maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
|
||||||
license="custom:Commercial"
|
license="custom:Commercial"
|
||||||
homepage="https://www.jetbrains.com/ruby"
|
homepage="https://www.jetbrains.com/ruby"
|
||||||
distfiles="https://download.jetbrains.com/ruby/RubyMine-${version}.tar.gz"
|
distfiles="https://download.jetbrains.com/ruby/RubyMine-${version}.tar.gz"
|
||||||
checksum=f268a08d92e57362410f5089b9151ada776198a21f49c1096df0b20b948c79f7
|
checksum=d1958da2b77bea5b007858b7ea8d8b7d016a0b18b7d72471e2ce46221c9966c2
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
restricted=yes
|
restricted=yes
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
@ -46,6 +46,8 @@ do_install() {
|
||||||
vlicense $i
|
vlicense $i
|
||||||
done
|
done
|
||||||
|
|
||||||
|
local launcher_path="bin/rubymine.sh"
|
||||||
|
sed -i '1 s/$/\nRUBYMINE_JDK=${RUBYMINE_JDK:-${IDEA_JDK}}/' "${launcher_path}"
|
||||||
vcopy bin ${TARGET_PATH}
|
vcopy bin ${TARGET_PATH}
|
||||||
vcopy help ${TARGET_PATH}
|
vcopy help ${TARGET_PATH}
|
||||||
vcopy lib ${TARGET_PATH}
|
vcopy lib ${TARGET_PATH}
|
||||||
|
@ -53,6 +55,5 @@ do_install() {
|
||||||
vcopy product-info.json ${TARGET_PATH}
|
vcopy product-info.json ${TARGET_PATH}
|
||||||
vcopy build.txt ${TARGET_PATH}
|
vcopy build.txt ${TARGET_PATH}
|
||||||
|
|
||||||
|
ln -sf "/${TARGET_PATH}/${launcher_path}" "${DESTDIR}/usr/bin/${pkgname}"
|
||||||
ln -sf /${TARGET_PATH}/bin/rubymine.sh ${DESTDIR}/usr/bin/${pkgname}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue