2010-05-19 22:38:27 +02:00
|
|
|
-include ../config.mk
|
2009-08-17 19:07:20 +02:00
|
|
|
|
2015-10-30 12:24:46 +01:00
|
|
|
SUBDIRS += xbps-alternatives
|
|
|
|
SUBDIRS += xbps-create
|
2010-11-08 23:27:15 +01:00
|
|
|
SUBDIRS += xbps-dgraph
|
2012-11-02 15:04:25 +01:00
|
|
|
SUBDIRS += xbps-install
|
|
|
|
SUBDIRS += xbps-pkgdb
|
|
|
|
SUBDIRS += xbps-query
|
|
|
|
SUBDIRS += xbps-reconfigure
|
|
|
|
SUBDIRS += xbps-remove
|
|
|
|
SUBDIRS += xbps-rindex
|
2011-01-22 12:40:19 +01:00
|
|
|
SUBDIRS += xbps-uhelper
|
2014-04-07 10:45:25 +02:00
|
|
|
SUBDIRS += xbps-checkvers
|
2015-04-16 10:28:01 +02:00
|
|
|
SUBDIRS += xbps-fbulk
|
xbps-digest(1): new utility that replaces "xbps-uhelper digest".
See the manual page:
XBPS-DIGEST(1) General Commands Manual XBPS-DIGEST(1)
NAME
xbps-digest - XBPS utility to generate message digests
SYNOPSIS
xbps-digest [OPTIONS] [FILE] [FILE+N]
DESCRIPTION
The xbps-digest utility generates message digests for specified FILE or
stdin if unset.
OPTIONS
-m, --mode mode
Sets the message digest mode. Supported: sha256. If unset, defaults
to sha256.
-h, --help
Show the help message.
-V, --version
Show the version information.
SEE ALSO
xbps.d(5), xbps-checkvers(1), xbps-create(1), xbps-dgraph(1),
xbps-fbulk(1), xbps-install(1), xbps-pkgdb(1), xbps-query(1),
xbps-reconfigure(1), xbps-remove(1), xbps-rindex(1), xbps-uchroot(1),
xbps-uunshare(1)
AUTHORS
Juan Romero Pardines <xtraeme@gmail.com>
BUGS
Probably, but I try to make this not happen. Use it under your own
responsibility and enjoy your life.
Report bugs at https://github.com/void-linux/xbps/issues
June 12, 2019
Signed-off-by: Juan RP <xtraeme@gmail.com>
2019-06-12 14:34:58 +02:00
|
|
|
SUBDIRS += xbps-digest
|
2019-06-12 17:57:03 +02:00
|
|
|
SUBDIRS += xbps-fetch
|
2009-08-17 19:07:20 +02:00
|
|
|
|
2014-08-23 09:06:46 +02:00
|
|
|
ifeq (${XBPS_OS},linux)
|
|
|
|
SUBDIRS += xbps-uchroot
|
2015-03-05 18:46:01 +01:00
|
|
|
SUBDIRS += xbps-uunshare
|
2014-08-23 09:06:46 +02:00
|
|
|
endif
|
|
|
|
|
2012-03-12 15:23:04 +01:00
|
|
|
include ../mk/subdir.mk
|