Sign inSign up

duythinht/debc

By duythinht

•Updated almost 10 years ago

Create .deb file, included systemd, systemV and upstart

Artifact
0

351

duythinht/debc repository overview

⁠Usage:
docker run -v `pwd`:/app duythinht/debc create $service_name
⁠Use with Makefile
package=git.chotot.org/corex/esms
distname=esms

build:
  docker run -v `pwd`:/go/src/$(package) -v `pwd`/dist:/dist duythinht/gobuilder go build -v -o /dist/$(distname) $(package)

deb: build
  docker run -v `pwd`:/app duythinht/debc create $distname

Then run cmake:

make deb

Ensure you have package.json

{
  "name": "esms",
  "version": "1.0.0",
  "description": "API to interface with SMS services",
}

Tag summary

Content type

Unrecognized

Digest

Size

65.7 MB

Last updated

almost 10 years ago

docker pull duythinht/debc