mirror of https://github.com/sbt/sbt.git
Adding rpm dependencies Requirements and Provides
This commit is contained in:
parent
60298ded12
commit
d880e93192
|
|
@ -142,6 +142,8 @@ object Packaging {
|
|||
rpmVendor := "typesafe",
|
||||
rpmUrl := Some("http://github.com/paulp/sbt-extras"),
|
||||
rpmLicense := Some("BSD"),
|
||||
rpmRequirements :=Seq("java","java-devel","jpackage-utils","jansi","jline","jline2"),
|
||||
rpmProvides := Seq("sbt"),
|
||||
|
||||
|
||||
// WINDOWS SPECIFIC
|
||||
|
|
|
|||
Loading…
Reference in New Issue