[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#47539] [PATCH 16/28] gnu: Add go-github-com-gabriel-vasile-mimetype
From: |
Xinglu Chen |
Subject: |
[bug#47539] [PATCH 16/28] gnu: Add go-github-com-gabriel-vasile-mimetype. |
Date: |
Thu, 01 Apr 2021 10:02:32 +0200 |
* gnu/packages/golang.scm (go-github-com-gabriel-vasile-mimetype): New variable.
---
gnu/packages/golang.scm | 47 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 11eb330d6d..8e942fa955 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7420,3 +7420,50 @@ anchor names and links to those anchors.")
Go. It lets you use emoji characters in strings.")
(license license:expat)))
+(define-public go-github-com-gabriel-vasile-mimetype
+ (package
+ (name "go-github-com-gabriel-vasile-mimetype")
+ (version "1.2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/gabriel-vasile/mimetype.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0ysb0pjhyr9b7q2y39b5hpwsaidgfl42gd07yj34mgmb9wfjb7ch"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path
+ "github.com/gabriel-vasile/mimetype"
+ ;; FIXME: Cannot open 'supported_mimes.md'
+ #:tests? #f
+ #:phases
+ (modify-phases %standard-phases
+ ;; The files are read-only
+ (add-before 'reset-gzip-timestamps 'make-gz-files-writable
+ (lambda* (#:key outputs #:allow-other-keys)
+ (for-each make-file-writable
+ (find-files (string-append (assoc-ref outputs "out"))
+ ".*\\.gz$"))
+ #t)))))
+
+ (home-page
+ "https://github.com/gabriel-vasile/mimetype")
+ (synopsis "A fast golang library for MIME type and file extension
detection")
+ (description "This is a package for detecting MIME types and extensions
+based on magic numbers. Features include
+
+@itemize
+@item fast and precise MIME type and file extension detection
+@item long list of supported MIME types
+@item common file formats are prioritized
+@item small and simple API
+@item handles MIME type aliases
+@item thread safe
+@item low memory usage, besides the file header
+@end itemize")
+ (license license:expat)))
+
--
2.31.1
- [bug#47539] [PATCH 10/28] gnu: Add go-github-com-cli-oauth., (continued)
- [bug#47539] [PATCH 10/28] gnu: Add go-github-com-cli-oauth., Xinglu Chen, 2021/04/01
- [bug#47539] [PATCH 14/28] gnu: Add go-github-com-cpuguy83-go-md2man-v2., Xinglu Chen, 2021/04/01
- [bug#47539] [PATCH 18/28] gnu: Add go-github-com-henvic-httpretty., Xinglu Chen, 2021/04/01
- [bug#47539] [PATCH 03/28] gnu: Add go-github-com-creack-pty., Xinglu Chen, 2021/04/01
- [bug#47539] [PATCH 09/28] gnu: Add go-github-com-cli-browser., Xinglu Chen, 2021/04/01
- [bug#47539] [PATCH 17/28] gnu: Add go-github-com-google-shlex., Xinglu Chen, 2021/04/01
- [bug#47539] [PATCH 11/28] gnu: Add go-github-com-cli-safeexec., Xinglu Chen, 2021/04/01
- [bug#47539] [PATCH 15/28] gnu: Add go-github-com-enescakir-emoji., Xinglu Chen, 2021/04/01
- [bug#47539] [PATCH 12/28] gnu: Add go-github-com-russross-blackfriday-v2., Xinglu Chen, 2021/04/01
- [bug#47539] [PATCH 19/28] gnu: Add go-github-com-itchyny-go-flags., Xinglu Chen, 2021/04/01
- [bug#47539] [PATCH 16/28] gnu: Add go-github-com-gabriel-vasile-mimetype.,
Xinglu Chen <=
- [bug#47539] [PATCH 28/28] gnu: Add gh., Xinglu Chen, 2021/04/01
- [bug#47539] [PATCH 00/28] Add gh and dependencies, Leo Prikler, 2021/04/01
- [bug#47539] [PATCH 00/28] Add gh and dependencies, Xinglu Chen, 2021/04/01
- [bug#47539] [PATCH 00/28] Add gh and dependencies, Leo Prikler, 2021/04/01
- [bug#47539] [PATCH 00/28] Add gh and dependencies, Xinglu Chen, 2021/04/01
- [bug#47539] [PATCH 00/28] Add gh and dependencies, Leo Prikler, 2021/04/01
- [bug#47539] [PATCH 00/28] Add gh and dependencies, Jack Hill, 2021/04/01
- [bug#47539] [PATCH 00/28] Add gh and dependencies, Xinglu Chen, 2021/04/01
- [bug#47539] [ SPAM? ] Re: [bug#47539] [PATCH 00/28] Add gh and dependencies, Leo Prikler, 2021/04/01
- [bug#47539] [PATCH 00/28] Add gh and dependencies, Xinglu Chen, 2021/04/01