diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2014-09-15 00:20:06 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2014-09-15 00:20:06 +0200 |
commit | c457ffe6df1f8defaef4a8514d7fdab3f7ebfe92 (patch) | |
tree | b72a00824c4d9762ef9e253e9b015e115f2d9171 /README | |
parent | e89eaeb6efdd8280410be29a292543dd7d8ffdfc (diff) | |
download | xtools-c457ffe6df1f8defaef4a8514d7fdab3f7ebfe92.tar.gz xtools-c457ffe6df1f8defaef4a8514d7fdab3f7ebfe92.tar.xz xtools-c457ffe6df1f8defaef4a8514d7fdab3f7ebfe92.zip |
xmindep: rename from mindep, simply a lot using xbps 0.38
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README index b86915f..288a259 100644 --- a/README +++ b/README @@ -4,7 +4,6 @@ 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 xbump PKGNAME [git commit options] - git commit a version bump xdiff [DIR] - merge XBPS .new-* files xgrep PATTERN PKGS... - search files limited to XBPS package contents @@ -12,6 +11,7 @@ https://github.com/voidlinux/xbps xlocate PATTERN - locate files in all XBPS packages xlog PKG - open commit log for XBPS template xls PKGS... - list files contained in PKGS (including binpkgs) + xmindep PKGS... - minimize list of PKGS by removing implicit dependencies xnuxnu PKG - upstream version checker for XBPS templates xq PKGS... - query information about XBPS package xsrc PKG - list source files for XBPS template |