https://github.com/tailhook/pacmajor
Package manager for Arch Linux (pacman frontend)
https://github.com/tailhook/pacmajor
Last synced: 11 months ago
JSON representation
Package manager for Arch Linux (pacman frontend)
- Host: GitHub
- URL: https://github.com/tailhook/pacmajor
- Owner: tailhook
- Created: 2011-04-26T21:25:11.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-05-22T18:10:52.000Z (over 14 years ago)
- Last Synced: 2025-01-26T07:07:22.071Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 145 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Pacmajor
========
Pacmajor is an Archlinux package manager. Precisely it's pacman
frontend, with extra functionality for working with AUR.
Basic features:
* keeping track of PKGBUILD history using git
* have separate branch for history in aur and local changes
* have simple utility for patching PKGBUILDs (bump version/release,
merges, more to come)
* allows to edit all PKGBUILDs at once (comparing to yaourt)
* automatically adds built packages to local repository
Usage
-----
Currently pacmajor supports only install action, and this is also
default one. Usage::
pacmajor PKGNAME [PKGNAME...]