Skip to content

TIL to make a .deb installer using dpkg on my mac

Notifications You must be signed in to change notification settings

pingortle/til-dpkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning dpkg

Hacking

Before

$ ls build
my-awesome-package

Setup

After

$ ls build
my-awesome-package     my-awesome-package.deb

Then you can...

dpkg -i my-awesome-package.deb

...wherever you want!

To be continued...

I feel pretty good about this setup currently. For simple scripts, this should work great, and it doesn't seem like too much to ask that a developer have brew installed on their Mac. However, I would like to look into alternatives for easy linux distribution, maybe even dropping debian packages in favor of something more universal.

Misc

About

TIL to make a .deb installer using dpkg on my mac

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published