;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2021 Maxim Cournoyer ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or (at ;;; your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . (define-module (gnu packages patool) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix git-download) #:use-module (guix packages) #:use-module (guix build-system python) #:use-module (gnu packages) #:use-module (gnu
aboutsummaryrefslogtreecommitdiff
mize @item 7z (.7z, .cb7) @item ACE (.ace, .cba) @item ADF (.adf) @item ALZIP (.alz) @item APE (.ape) @item AR (.a) @item ARC (.arc) @item ARJ (.arj) @item CAB (.cab) @item COMPRESS (.Z) @item CPIO (.cpio) @item DEB (.deb) @item DMS (.dms) @item FLAC (.flac) @item GZIP (.gz) @item ISO (.iso) @item LRZIP (.lrz) @item LZH (.lha, .lzh) @item LZIP (.lz) @item LZMA (.lzma) @item LZOP (.lzo) @item RPM (.rpm) @item RAR (.rar, .cbr) @item RZIP (.rz) @item SHN (.shn) @item TAR (.tar, .cbt) @item XZ (.xz) @item ZOO (.zoo). @end itemize") (license license:gpl3+)))
AgeCommit message (Expand)Author