Skip to content

Instantly share code, notes, and snippets.

@fayimora
Last active December 23, 2015 09:29
Show Gist options
  • Save fayimora/6614653 to your computer and use it in GitHub Desktop.
Save fayimora/6614653 to your computer and use it in GitHub Desktop.
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 <fayi@fayimora.com>"
// 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