aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/file.scm
blob: 3f870d84a1cb7c6efb515f7f9b65e54e965339c8 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016-2018, 2022, 2023 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2021 Marius Bakke <marius@gnu.org>
;;;
;;; 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 <http://www.gnu.org/licenses/>.

(define-module (gnu packages file)
  #:use-module (gnu packages)
  #:use-module (guix licenses)
  #:use-module (guix packages)
  #:use-module (guix download)
  #:use-module (guix build-system gnu))

(define-public file
  (package
    (name "file")
    (version "5.44")
    (source (origin
              (method url-fetch)
              (uri (string-append "http://ftp.astron.com/pub/file/file-"
                                  version ".tar.gz"))
              (sha256
               (base32
                "0fsz8wld09qai2qghphmwn69ni9m23razj3wip5k3j6vm3xwfl9p"))))
   (build-system gnu-build-system)

   ;; When cross-compiling, this package depends upon a native install of
   ;; itself.
   (native-inputs (if (%current-target-system)
                      `(("self" ,this-package))
                      '()))
   (synopsis "File type guesser")
   (description
    "The file command is a file type guesser, a command-line tool that tells
you in words what kind of data a file contains.  It does not rely on filename
extensions to tell you the type of a file, but looks at the actual contents
of the file.  This package provides the libmagic library.")
   (license bsd-2)
   (home-page "https://www.darwinsys.com/file/")))
u/packages/ipfs.scm?id=508472d3546a679b8bac62357c771ae91a4be30f'>gnu: kubo: Unbundle go-github-com-elgris-jsondiff....Sharlatan Hellseher 2024-05-08gnu: kubo: Unbundle go-cidutil, go-log and go-ipfs-util....Artyom V. Poptsov 2024-05-08gnu: Add go-github-com-ipfs-go-cidutil....Artyom V. Poptsov 2024-05-08gnu: Add go-github-com-ipfs-go-log....Artyom V. Poptsov 2024-05-08gnu: Add go-github-com-ipfs-go-log-v2....Artyom V. Poptsov 2024-05-07gnu: Add go-github-com-ipfs-go-detect-race....Artyom V. Poptsov 2024-05-07gnu: Add go-github-com-ipfs-go-ipfs-util....Artyom V. Poptsov 2024-05-07gnu: kubo: Unbundle go-bazil-org-fuse....Sharlatan Hellseher 2024-05-05gnu: Revmoe go-github-com-syndtr-goleveldb....Sharlatan Hellseher 2024-04-28gnu: kubo: Adjust inputs....Sharlatan Hellseher 2024-04-28gnu: Remove go-github-com-multiformats-go-multihas-0.2.3....Sharlatan Hellseher 2024-04-28gnu: kubo: Update to 0.28.0....Artyom V. Poptsov 2024-04-24gnu: go-github-com-ipfs-go-cid: Adjust inputs....Sharlatan Hellseher 2024-04-14gnu: go-github-com-golang-groupcache-lru: Import all go modules....Sharlatan Hellseher 2024-04-12gnu: kubo: Unbundle more packages....Sharlatan Hellseher 2024-04-12gnu: Add go-github-com-ipfs-go-cid....Artyom V. Poptsov 2024-03-15gnu: kubo: Unbundle more packages....Sharlatan Hellseher 2024-03-15gnu: kubo: Sort inputs alphabetically....Sharlatan Hellseher 2024-03-06gnu: kubo: Update to 0.22.0....Artyom V. Poptsov 2024-02-13gnu: go-github-com-golang-snappy: Mmove to golang-compression....Sharlatan Hellseher 2024-02-13gnu: go-golang-org-x-net: Move to golang-build....Sharlatan Hellseher 2024-02-12gnu: go-github-com-prometheus-client-model: Move to golang-xyz....Sharlatan Hellseher 2024-02-09gnu: kubo: Update to 0.19.0....Artyom V. Poptsov 2024-01-28gnu: go-github-com-multiformats-go-multihash: Move to (gnu packages golang-cr......Sharlatan Hellseher 2024-01-23gnu: kubo: Update to 0.18.0....Artyom V. Poptsov 2024-01-19gnu: kubo: Update to 0.16.0....Artyom V. Poptsov 2024-01-03gnu: go-github-com-gorilla-websocket: Move to (gnu packages golang-web)....Sharlatan Hellseher 2023-10-24gnu: go-ipfs: Update to 0.15.0....Artyom V. Poptsov 2023-10-24gnu: Deprecate the "go-ipfs" variable....Artyom V. Poptsov 2023-10-22gnu: go-github-com-stretchr-testify: Move to (gnu packages golang-check)....Sharlatan Hellseher 2023-10-05gnu: go-ipfs: Update to 0.14.0....Artyom V. Poptsov 2023-09-14gnu: go-ipfs: Update to 0.13.0....Artyom V. Poptsov