Skip to content

yipingp/deb_packer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

deb_packer

A simple debian packer for C++ applications.

Use it:

  1. Copy pack.sh to your C++ workspace folder
  2. Set parameters in pack.sh, for instance, your executable files and libraries path.
  3. Run
./pack.sh
  1. Change directory to output folder of pack.sh, run
mkdir build
cd build
cmake ..
make package

About

A shell script to generate ".deb" package (Software distribution)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages