mirror of
				https://github.com/alyraffauf/post.git
				synced 2025-10-31 16:43:58 -04:00 
			
		
		
		
	
				
				Dead simple, basic package manager for Linux written in Ruby.
				
			
		| bin | ||
| cfg | ||
| examples/zile | ||
| lib | ||
| pkg | ||
| repo | ||
| .gitignore | ||
| post.gemspec | ||
| Readme.md | ||
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.