Dead simple, basic package manager for Linux written in Ruby.
Find a file
2024-07-24 15:27:07 -04:00
bin squash all commits 2024-07-24 15:27:07 -04:00
cfg squash all commits 2024-07-24 15:27:07 -04:00
examples/zile squash all commits 2024-07-24 15:27:07 -04:00
lib squash all commits 2024-07-24 15:27:07 -04:00
pkg squash all commits 2024-07-24 15:27:07 -04:00
repo squash all commits 2024-07-24 15:27:07 -04:00
.gitignore squash all commits 2024-07-24 15:27:07 -04:00
post.gemspec squash all commits 2024-07-24 15:27:07 -04:00
Readme.md squash all commits 2024-07-24 15:27:07 -04:00

License

Post is available under the Lesser General Public license.

What Is Post?

Post is package manager for unix systems that focuses on clean design, efficiency, and simplicity.

Installing Post

    gem build post.gemspec
    gem install post-2.4.7.gem

Adding Repositories

Repositories files are placed in /etc/post/repos.d/. An example can be found in cfg/test-repo.

More Information

Please see post -h for more usage information.

If you have questions, email me at achacega@gmail.com.