mirror of https://github.com/sbt/sbt.git
Merge pull request #62 from braoru/rpm-deps
Added rpm dependencies to the rpm package
This commit is contained in:
commit
a16832acd3
|
|
@ -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"),
|
||||
rpmProvides := Seq("sbt"),
|
||||
|
||||
|
||||
// WINDOWS SPECIFIC
|
||||
|
|
|
|||
Loading…
Reference in New Issue