GoLand: update to 2019.2.3.
This commit is contained in:
parent
2f2bd0cf63
commit
20afd757b5
1 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'GoLand'
|
# Template file for 'GoLand'
|
||||||
pkgname=GoLand
|
pkgname=GoLand
|
||||||
version=2019.1.3
|
version=2019.2.3
|
||||||
revision=1
|
revision=1
|
||||||
archs="i686 x86_64"
|
archs="i686 x86_64"
|
||||||
depends="virtual?java-environment"
|
depends="virtual?java-environment"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
|
||||||
license="custom:Commercial"
|
license="custom:Commercial"
|
||||||
homepage="https://www.jetbrains.com/go"
|
homepage="https://www.jetbrains.com/go"
|
||||||
distfiles="https://download.jetbrains.com/go/goland-${version}.tar.gz"
|
distfiles="https://download.jetbrains.com/go/goland-${version}.tar.gz"
|
||||||
checksum=b0e22be860ead904c88595f005d5fe2b0fea310c15a1d8551372b5c336d1895b
|
checksum=d65d5fc57798652be47d6a540c41da3cf344c0ebabc357c0807c6999acff2b7d
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
restricted=yes
|
restricted=yes
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
@ -37,14 +37,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