2021-02-09 10:50:32 +00:00
|
|
|
name: untar
|
|
|
|
description: Extract files.
|
|
|
|
keywords:
|
2022-02-15 11:15:27 +00:00
|
|
|
- untar
|
|
|
|
- uncompress
|
2021-02-09 10:50:32 +00:00
|
|
|
tools:
|
2022-02-15 11:15:27 +00:00
|
|
|
- untar:
|
|
|
|
description: |
|
|
|
|
Extract tar.gz files.
|
|
|
|
documentation: https://www.gnu.org/software/tar/manual/
|
|
|
|
licence: ["GPL-3.0-or-later"]
|
2021-02-09 10:50:32 +00:00
|
|
|
input:
|
2022-02-15 11:15:27 +00:00
|
|
|
- archive:
|
|
|
|
type: file
|
|
|
|
description: File to be untar
|
|
|
|
pattern: "*.{tar}.{gz}"
|
2021-02-09 10:50:32 +00:00
|
|
|
output:
|
2022-02-15 11:15:27 +00:00
|
|
|
- untar:
|
|
|
|
type: file
|
|
|
|
description:
|
|
|
|
pattern: "*.*"
|
|
|
|
- versions:
|
|
|
|
type: file
|
|
|
|
description: File containing software versions
|
|
|
|
pattern: "versions.yml"
|
2021-02-09 10:50:32 +00:00
|
|
|
authors:
|
2022-02-15 11:15:27 +00:00
|
|
|
- "@joseespinosa"
|
|
|
|
- "@drpatelh"
|