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