sbt: update to 1.3.5.

This commit is contained in:
mobinmob 2019-12-19 20:03:43 +02:00 committed by Helmut Pozimski
parent 624e08e9ae
commit 71dc8ed055

View file

@ -1,26 +1,22 @@
# Template file for 'sbt'
pkgname=sbt
version=1.2.8
version=1.3.5
revision=1
archs=noarch
wrksrc="$pkgname"
depends="virtual?java-environment"
short_desc="Interactive build tool for Scala and Java"
maintainer="Damian Czaja <trojan295@gmail.com>"
license="BSD-3-Clause"
license="Apache-2.0"
homepage="https://www.scala-sbt.org"
distfiles="https://sbt-downloads.cdnedge.bluemix.net/releases/v${version}/${pkgname}-${version}.tgz
https://raw.githubusercontent.com/sbt/sbt/v${version}/LICENSE>LICENSE.txt"
checksum="9bb9212541176d6fcce7bd12e4cf8a9c9649f5b63f88b3aff474e0b02c7cfe58
4a63870e342ef614e3ba2d5e1de3fcc5543504df6e96ecafac00f674a7972ab2"
distfiles="https://sbt-downloads.cdnedge.bluemix.net/releases/v${version}/${pkgname}-${version}.tgz"
checksum=561f0aa40fbc08d6f810f8ce76f64592715880cf9b5766053fd40c36385130b0
do_install() {
vmkdir usr/share/sbt
vmkdir usr/bin
vcopy "*" usr/share/sbt
ln -rs ${DESTDIR}/usr/share/sbt/bin/sbt ${DESTDIR}/usr/bin/sbt
vlicense ../LICENSE.txt
rm ${DESTDIR}/usr/share/${pkgname}/bin/*.bat
}