summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-01-10 18:38:09 +0100
committerAlfredo Tupone <tupone@gentoo.org>2021-01-10 18:38:09 +0100
commitace4e64884d8b5eeaf05e13ee89e4b18e8dd76e9 (patch)
tree8b3e819e650e47f585e9e3f964df5ee84225486a /dev-ml/unidecode/unidecode-0.4.0.ebuild
parentsys-apps/conspy: bump to 1.16 (diff)
downloadgentoo-ace4e64884d8b5eeaf05e13ee89e4b18e8dd76e9.tar.gz
gentoo-ace4e64884d8b5eeaf05e13ee89e4b18e8dd76e9.tar.bz2
gentoo-ace4e64884d8b5eeaf05e13ee89e4b18e8dd76e9.zip
dev-ml/unidecode: Adding to the tree
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/unidecode/unidecode-0.4.0.ebuild')
-rw-r--r--dev-ml/unidecode/unidecode-0.4.0.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ml/unidecode/unidecode-0.4.0.ebuild b/dev-ml/unidecode/unidecode-0.4.0.ebuild
new file mode 100644
index 000000000000..f3f5df06c9a4
--- /dev/null
+++ b/dev-ml/unidecode/unidecode-0.4.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Unicode text normalization"
+HOMEPAGE="https://github.com/geneweb/unidecode"
+SRC_URI="https://github.com/geneweb/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ocamlopt"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""