Package Yourself
Project description
# UPKG Package Yourself, a tool to help you manage repos of your personal ‘scripts’ like they’re packages.
Use Git repos as installable program packages, just like a system package manager.
## NOTES
make, git, bash, python – that’s it
## TODO * implment base command stubs * Make something installable. * Support config file(s)
## Config file
It’s python.
At ~/.config/upkg/upkg_cfg.py
runtime switch -c to override default
## CMDS
### install
### search
### update
### remove
### push
### query
### depends
### provides
## Profiles / Groups
Install a set of packages in one command
Copyright (C) 2013 Jeff Buttars
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.