# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" inherit git-r3 DESCRIPTION="C library for reading and writing YAML" HOMEPAGE="https://github.com/tlsa/libcyaml" EGIT_REPO_URI="https://github.com/tlsa/libcyaml.git" LICENSE="MIT" SLOT="0" src_compile() { : } src_install() { emake \ VARIANT=release \ PREFIX=/usr \ DESTDIR="${D}" \ LIBDIR=lib64 \ install }