debmaker

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 24, 2019 License: BSD-3-Clause Imports: 17 Imported by: 0

README

debmaker

A debian package maker programmed in Golang.

It has the following features which might meet your special needs:

  • describe package build with a spec.
  • the spec can be read from a file or standard input.
  • specify control attributes in the spec file.
  • specify src folder files/dirs and their position in the deb file (the actually install place).
  • auto generate the md5sum file.
  • auto calculate the disk size of the installed package.
  • all package content belong to root, no need to use fakeroot.

To get the source code and build the debmake binary:

$ go get github.com/linuxerwang/debmaker

To run the example:

$ debmaker -spec-file example/deb.spec -version 1.0.5 -arch amd64

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL