dev-util/hfstospell: new package
authorJoonas Niilola <juippis@gentoo.org>
Sun, 8 Sep 2019 06:49:44 +0000 (09:49 +0300)
committerJoonas Niilola <juippis@gentoo.org>
Sun, 8 Sep 2019 06:49:44 +0000 (09:49 +0300)
- HFST spell checker library and command line tool, dependency of
  libreoffice-voikko.

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
dev-util/hfstospell/Manifest [new file with mode: 0644]
dev-util/hfstospell/hfstospell-0.5.1.ebuild [new file with mode: 0644]
dev-util/hfstospell/metadata.xml [new file with mode: 0644]

diff --git a/dev-util/hfstospell/Manifest b/dev-util/hfstospell/Manifest
new file mode 100644 (file)
index 0000000..b659119
--- /dev/null
@@ -0,0 +1 @@
+DIST hfstospell-0.5.1.tar.gz 152056 BLAKE2B fa589908312bd4a4b40b88b221ee5f6bdc281d6151984a87b237372b0141157db87b3494e357d74a17f0ee137fd5ce35ec8caddb12d5bffe15930a74345cd3ee SHA512 bd8ffdd3ee822da2a57a3405b139ec1e635dc8bb293dbd9abd05912b8929df29633304e64b97522e4590a3907ddfa3aefec3e4da5ab709b9be1857cc2ecd2018
diff --git a/dev-util/hfstospell/hfstospell-0.5.1.ebuild b/dev-util/hfstospell/hfstospell-0.5.1.ebuild
new file mode 100644 (file)
index 0000000..7aac022
--- /dev/null
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="HFST spell checker library and command line tool"
+HOMEPAGE="https://github.com/hfst/hfst-ospell"
+SRC_URI="https://github.com/hfst/hfst-ospell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="app-arch/libarchive
+       dev-cpp/libxmlpp:2.6
+       dev-libs/icu:=
+       dev-libs/tinyxml2"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+S="${WORKDIR}/hfst-ospell-${PV}"
+
+src_prepare() {
+       default
+       eautoreconf
+}
diff --git a/dev-util/hfstospell/metadata.xml b/dev-util/hfstospell/metadata.xml
new file mode 100644 (file)
index 0000000..6b0a0fb
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>juippis@gentoo.org</email>
+    <name>Joonas Niilola</name>
+  </maintainer>
+</pkgmetadata>