This is the 2-clause BSD implementation that does not use any external
dependency (other than libxbps).

Written by xdave.

Made some minor changes to build cleanly.
This commit is contained in:
Juan RP
2014-04-06 12:21:24 +02:00
parent eeb12a8c9d
commit eb1f1d197d
6 changed files with 671 additions and 3 deletions

5
.gitignore vendored
View File

@@ -2,8 +2,6 @@ syntax: glob
config.h
config.mk
bin/xbps-bin/xbps-bin
bin/xbps-repo/xbps-repo
bin/xbps-create/xbps-create
bin/xbps-dgraph/xbps-dgraph
bin/xbps-install/xbps-install
@@ -13,7 +11,8 @@ bin/xbps-reconfigure/xbps-reconfigure
bin/xbps-remove/xbps-remove
bin/xbps-rindex/xbps-rindex
bin/xbps-uhelper/xbps-uhelper
bin/xbps-rkeys/xbps-rkeys
bin/xbps-uchroot/xbps-uchroot
bin/xbps-repo-checkvers/xbps-repo-checkvers
*.static
*.so*
*.o