Last active
December 23, 2015 09:29
-
-
Save fayimora/6614653 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import play.Project._ | |
import com.typesafe.sbt.SbtNativePackager._ | |
import com.typesafe.sbt.packager.Keys._ | |
name := "play_deb" | |
libraryDependencies ++= Seq( | |
jdbc, | |
anorm, | |
cache | |
) | |
playScalaSettings | |
// version := "0.0.1" | |
// description := "The description" | |
// name in Debian := "play_deb" | |
// maintainer in Debian := "Fayimora <[email protected]>" | |
// version in Debian := "0.0.1" | |
// packageDescription := "The description" | |
// packageDescription in Debian := "A very long crazy description" | |
// description in Debian := "The description" | |
// packageSummary in Debian := "A package summary!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment