CLion: update to 2019.2.4.
This commit is contained in:
parent
724ed636df
commit
2f2bd0cf63
1 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'CLion'
|
# Template file for 'CLion'
|
||||||
pkgname=CLion
|
pkgname=CLion
|
||||||
version=2019.2
|
version=2019.2.4
|
||||||
revision=1
|
revision=1
|
||||||
archs="i686 x86_64"
|
archs="i686 x86_64"
|
||||||
wrksrc="clion-${version}"
|
wrksrc="clion-${version}"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
|
||||||
license="custom:Commercial"
|
license="custom:Commercial"
|
||||||
homepage="https://www.jetbrains.com/clion"
|
homepage="https://www.jetbrains.com/clion"
|
||||||
distfiles="https://download.jetbrains.com/cpp/CLion-${version}.tar.gz"
|
distfiles="https://download.jetbrains.com/cpp/CLion-${version}.tar.gz"
|
||||||
checksum=e2d453264c2fb6dcc58e976fd5660157afd62ba5c0ee64f829407c772f7e1dcf
|
checksum=2d3b1820eef6d60aab4b9a12c7357280de6606f72cdc1c72d6449e3676f23030
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
restricted=yes
|
restricted=yes
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
@ -44,14 +44,14 @@ post_extract() {
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
TARGET_PATH="usr/lib/${pkgname}"
|
TARGET_PATH="usr/lib/${pkgname}"
|
||||||
LICENSE_PATH="usr/share/licenses/${pkgname}"
|
|
||||||
|
|
||||||
vmkdir usr/bin
|
vmkdir usr/bin
|
||||||
vmkdir ${TARGET_PATH}
|
vmkdir ${TARGET_PATH}
|
||||||
vmkdir ${LICENSE_PATH}
|
|
||||||
|
|
||||||
# Ideally vlicense should be called here, but vcopy is more terse.
|
local i
|
||||||
vcopy license/* ${LICENSE_PATH}
|
for i in license/* ; do
|
||||||
|
vlicense $i
|
||||||
|
done
|
||||||
|
|
||||||
vcopy bin ${TARGET_PATH}
|
vcopy bin ${TARGET_PATH}
|
||||||
vcopy help ${TARGET_PATH}
|
vcopy help ${TARGET_PATH}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue