summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-02-22 14:50:44 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-05-26 16:50:18 +0100
commitba63b19618ddafeca648ebf1ce1e0b6c36268b09 (patch)
tree91fca156d22a2a1aa29f5eae55a083e2782843bb /gnu/packages/golang-xyz.scm
parente9f0093f7115a16728f3ee53f8b6f69c8d626a1f (diff)
gnu: go-golang-org-rainycape-unidecode: Move to golang-xyz.
* gnu/packages/golang.scm (go-golang-org-rainycape-unidecode): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: If8a9d030baf44af788d43cb00d87337f7f46f4d2
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r--gnu/packages/golang-xyz.scm26
1 files changed, 26 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 9a60dd4155..9e545ee04c 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -18113,6 +18113,32 @@ APIs may be unstable
@end itemize")
(license license:expat)))
+(define-public go-golang-org-rainycape-unidecode
+ (let ((commit "cb7f23ec59bec0d61b19c56cd88cee3d0cc1870c")
+ (revision "1"))
+ (package
+ (name "go-golang-org-rainycape-unidecode")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/rainycape/unidecode")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1wvzdijd640blwkgmw6h09frkfa04kcpdq87n2zh2ymj1dzla5v5"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "golang.org/rainycape/unidecode"))
+ (home-page "https://github.com/rainycape/unidecode")
+ (synopsis "Unicode transliterator in Golang")
+ (description
+ "Unicode transliterator in Golang - Replaces non-ASCII characters with
+their ASCII approximations.")
+ (license license:asl2.0))))
+
(define-public go-google-golang-org-appengine
(package
(name "go-google-golang-org-appengine")