diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2014-07-31 15:59:20 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2014-07-31 15:59:20 +0200 |
commit | 88ebd48d4460fa750f1d3d4300791854492a90a8 (patch) | |
tree | 740c3c5bda3f4e5ca15b7ca6abd898c509179fac /README | |
parent | 8b1ac0bf2c0434749f5e7d87d9840c2030228174 (diff) | |
download | xtools-88ebd48d4460fa750f1d3d4300791854492a90a8.tar.gz xtools-88ebd48d4460fa750f1d3d4300791854492a90a8.tar.xz xtools-88ebd48d4460fa750f1d3d4300791854492a90a8.zip |
Add gensum and mindep
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README index 23fadf8..5822c02 100644 --- a/README +++ b/README @@ -3,6 +3,8 @@ These are a few small utilities for use with XBPS: https://github.com/voidlinux/xbps + gensum [-i] TEMPLATE - update SHA256 sums in templates + mindep PKGS... - minimize list of PKGS by removing implicit dependencies xdiff [DIR] - merge XBPS .new-* files xgrep PATTERN PKGS... - search files limited to XBPS package contents xlg PKG - open short commit log for XBPS template |