1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 inherit toolchain-funcs git-r3
8 DESCRIPTION="Terminal Interface Construction Kit"
9 HOMEPAGE="http://www.leonerd.org.uk/code/libtickit/"
10 EGIT_REPO_URI="https://github.com/leonerd/libtickit"
16 if [[ "${PV}" == *999* ]]; then
20 KEYWORDS="~amd64 ~arm ~x86"
23 DEPEND="dev-libs/unibilium dev-libs/libtermkey"
27 "${FILESDIR}/${P}-change-makefile.patch"
31 emake DESTDIR="${D}" LIBDIR="${EPREFIX}/usr/$(get_libdir)" install
39 find "${D}" -name '*.la' -delete