Skip to content

Commit

Permalink
scala-sbt.org
Browse files Browse the repository at this point in the history
  • Loading branch information
and-ri authored and jhheider committed Aug 5, 2023
1 parent ff54f34 commit f1a13b9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions projects/scala-sbt.org/package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
distributable:
url: https://github.com/sbt/sbt/releases/download/v{{version}}/sbt-{{version}}.tgz
strip-components: 1
warnings:
- vendored
versions:
github: sbt/sbt
dependencies:
openjdk.org: '*'
build:
script:
- sed 's,/etc/sbt/,\$(pwd)/../etc/,g' bin/sbt > bin/sbt.tmp
- mv bin/sbt.tmp bin/sbt
- mkdir -p {{prefix}}/bin {{prefix}}/etc
- run: install sbt sbt-launch.jar {{prefix}}/bin/
working-directory: bin
provides:
- bin/sbt
test:
script:
- sbt --sbt-create about | grep {{version}}

0 comments on commit f1a13b9

Please sign in to comment.