23fa45a18b
- Template helpers have been moved to templates/helpers. - Documentation to docs/. - Common scripts have been moved to utils/sh. - Fixed install-destdir when executed via chroot. - Added a build-pkg target that builds a binary package. The package must be installed into destdir before using. - Misc tweaks and fixes. --HG-- extra : convert_revision : 0896e8f24bb7592116aaf77ae9c776033818a3d8
9 lines
544 B
Text
9 lines
544 B
Text
* Personalized scripts per template to unpack distfiles.
|
|
* Multiple URLs to download source distribution files, aliases, etc.
|
|
Something like ${sourceforge} to pick up any specified mirror on the list.
|
|
* More robust and fast dependency checking.
|
|
* wget now is required inside the chroot
|
|
- etc/resolv.conf is copied before entering the chroot
|
|
* $version needs to have a dot to be found by xbps.sh.
|
|
- Some packages do not have a dot on its version, like udev-130.
|
|
* xbps-cmpver fails in some cases: foo-2.0 vs foo-1.99 and foo-2a vs foo-2b.
|