mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
sbt: update to 1.3.5.
This commit is contained in:
parent
624e08e9ae
commit
71dc8ed055
1 changed files with 4 additions and 8 deletions
|
@ -1,26 +1,22 @@
|
||||||
# Template file for 'sbt'
|
# Template file for 'sbt'
|
||||||
pkgname=sbt
|
pkgname=sbt
|
||||||
version=1.2.8
|
version=1.3.5
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="$pkgname"
|
wrksrc="$pkgname"
|
||||||
depends="virtual?java-environment"
|
depends="virtual?java-environment"
|
||||||
short_desc="Interactive build tool for Scala and Java"
|
short_desc="Interactive build tool for Scala and Java"
|
||||||
maintainer="Damian Czaja <trojan295@gmail.com>"
|
maintainer="Damian Czaja <trojan295@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="Apache-2.0"
|
||||||
homepage="https://www.scala-sbt.org"
|
homepage="https://www.scala-sbt.org"
|
||||||
distfiles="https://sbt-downloads.cdnedge.bluemix.net/releases/v${version}/${pkgname}-${version}.tgz
|
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=561f0aa40fbc08d6f810f8ce76f64592715880cf9b5766053fd40c36385130b0
|
||||||
checksum="9bb9212541176d6fcce7bd12e4cf8a9c9649f5b63f88b3aff474e0b02c7cfe58
|
|
||||||
4a63870e342ef614e3ba2d5e1de3fcc5543504df6e96ecafac00f674a7972ab2"
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/share/sbt
|
vmkdir usr/share/sbt
|
||||||
vmkdir usr/bin
|
vmkdir usr/bin
|
||||||
vcopy "*" usr/share/sbt
|
vcopy "*" usr/share/sbt
|
||||||
ln -rs ${DESTDIR}/usr/share/sbt/bin/sbt ${DESTDIR}/usr/bin/sbt
|
ln -rs ${DESTDIR}/usr/share/sbt/bin/sbt ${DESTDIR}/usr/bin/sbt
|
||||||
vlicense ../LICENSE.txt
|
|
||||||
|
|
||||||
rm ${DESTDIR}/usr/share/${pkgname}/bin/*.bat
|
rm ${DESTDIR}/usr/share/${pkgname}/bin/*.bat
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue