aboutsummaryrefslogtreecommitdiff
path: root/common/hooks/do-extract (follow)
Commit message (Expand)AuthorAgeFilesLines
* xbps-src: quote wrksrc to allow whitespacePiotr Wójcik2020-09-031-13/+13
* hooks/do-extract: refrain from extracting text files outside wrksrcPiotr Wójcik2020-02-191-1/+5
* hooks/do-extract: treat *.sh files as text filesPiotr Wójcik2020-02-191-0/+1
* add support for .xz compressed filesinnerspacepilot2020-02-121-6/+14
* 00-distfiles.sh: allow bsdtar for zip and 7z archivesmobinmob2020-01-241-2/+12
* 00-distfiles.sh: allow bsdtar for ruby gemsq662020-01-111-1/+10
* hooks/do-extract: 00-distfiles.sh: disable trap on ERR.Juan RP2020-01-051-0/+3
* hooks: 00-distfiles.sh: detect bsdtar and then tar (GNU).Juan RP2020-01-051-1/+6
* xbps-src: base-chroot-v2 (reduce artifacts/deps)Juan RP2020-01-051-8/+2
* xbps-src: reduce basename(1) usage.Juan RP2019-04-141-3/+6
* meta: forcefully gunzip and bunzip2 .gz and .bz2 files.maxice82019-03-031-2/+2
* hook/do-extract: support extracting .crate filesRasmus Thomsen2018-11-021-1/+2
* hooks/do-extract: support extracting .gem files with gem unpack.maxice82018-10-271-0/+7
* xbps-src: handle .7z distfiles via 7z.Juan RP2016-01-111-0/+11
* xbps-src: distfiles: allow uncompressed distfilesAlessio Sergi2015-10-231-1/+6
* hooks/distfiles: do not respect perms/owner when extracting via tar.Juan RP2015-03-051-2/+2
* do-extract/00-distfiles.sh: unzip -o to overwrite without asking.Christian Neukirchen2014-12-121-1/+1
* do-extract: allow patch distfile suffixJohn Galt2014-09-071-0/+1
* hooks/do-extract/00-distfiles: supports rpm extraction via rpmextract.Juan RP2014-05-081-1/+13
* hooks/do-extract/distfiles: simplify and support .tar.lz files.Juan RP2014-03-141-14/+4
* common/hooks/do-extract: support 'xbps-uhelper fetch's new '>'-destfile synta...Enno Boland2014-03-121-27/+16
* hooks/do-extract/00-distfiles: do not exit, return instead.Juan RP2014-03-121-1/+1
* hooks/do-extract/00-distfiles: typo fix that broke extraction of gzipped dist...Juan RP2014-03-061-1/+1
* common/hooks: add support for do-<phase> hooks as suggested by Gottox.Juan RP2014-03-052-0/+119