1 # Copyright 1999-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION
="Double-Array Trie Library"
9 HOMEPAGE
="https://github.com/tlwg/libdatrie"
11 if [[ ${PV} == "9999" ]] ; then
13 EGIT_REPO_URI
="https://github.com/tlwg/${PN}.git"
15 SRC_URI
="https://github.com/tlwg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
16 KEYWORDS
="~amd64 ~arm ~arm64 ~riscv ~x86"
26 # Fixed version if in non git project
27 echo "${PV}" > VERSION
28 # From upstreams autogen.sh, to make it utilize the autotools eclass
29 # use eautoreconf from autotools.eclass instead of autogen.sh