Skip to content
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.

Commit

Permalink
iss #34: initial debian support
Browse files Browse the repository at this point in the history
  • Loading branch information
maizy committed Sep 23, 2014
1 parent 5634108 commit f8db28f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import com.typesafe.sbt.SbtNativePackager._
import NativePackagerKeys._

name := "hedgehog"

version := "0.0.1-SNAPSHOT"
Expand All @@ -17,4 +20,10 @@ libraryDependencies ++= Seq(
"org.webjars" % "lodash" % "2.4.1-6"
)

maintainer in Linux := "Nikita Kovaliov <[email protected]>"

packageSummary in Linux := "github search tool"

packageDescription := "github search tool"

lazy val root = (project in file(".")).enablePlugins(PlayScala)

0 comments on commit f8db28f

Please sign in to comment.