sci-misc/mitlm - 0.4.2 (science)

Search

Package Information

Description:
Tools designed for efficient estimation of statistical n-gram language models
Homepage:
https://github.com/mitlm/mitlm
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.4.2 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit autotools

DESCRIPTION="Tools designed for efficient estimation of statistical n-gram language models"
HOMEPAGE="https://github.com/mitlm/mitlm"
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

src_prepare() {
	default
	echo "m4_ifdef([AM_PROG_AR], [AM_PROG_AR])" >> configure.ac
	eautoreconf
}

Manifest for 0.4.2

Type File Size Source URLs
DIST mitlm-0.4.2.tar.xz 321508 bytes https://github.com/mitlm/mitlm/releases/download/v0.4.2/mitlm-0.4.2.tar.xz