Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkdeb


A bash script for making .deb-archives easier to build. You can install it on Linux, by copying this one-liner into your terminal-emulator:

curl https://raw.githubusercontent.com/666hwll/mkdeb/main/mkdeb >> mkdeb && chmod +x mkdeb && sudo mv mkdeb /usr/local/bin/

There is also a newer C++-Version, if you are open to test it.

curl https://raw.githubusercontent.com/666hwll/mkdeb/main/mkdeb.cpp >> mkdeb.cpp && g++ mkdeb.cpp -o mkdeb && sudo mv mkdeb /usr/local/bin/

About

C++ Automation for building and packaging Software (.deb)

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages