Skip to content

trebabcock/mpkgr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mpkgr

Mpkgr is the build system for the mpkg package manager. It's currently non-functional as a whole, but some functionality is complete. Pull requests are welcome, if you can read my poorly documented code.

Progress

Build

  • Build packages in isolated chroot environment (not possible until I can bootstrap the distro)
  • Generate package.yml for new packages
  • Read package.yml to get package information
  • Build package based on package.yml
  • Parse install instructions
  • Describe package contents in header
  • ContentPayload for package files
  • Write everything to package.mpkg

Install

  • Read package.mpkg
  • Determine structure of file
  • Run install instructions for ContentPayload

About

Build system for the mpkg package manager.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages