# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit git-r3 go-module DESCRIPTION="Your everyday IRC student" HOMEPAGE="https://git.sr.ht/~delthas/senpai" SRC_URI="https://git.sr.ht/~delthas/senpai" EGIT_REPO_URI="https://git.sr.ht/~delthas/senpai" LICENSE="ISC MIT Apache-2.0 BSD" SLOT="0" KEYWORDS="" DEPEND="" RDEPEND="${DEPEND}" BDEPEND=" app-text/scdoc >=dev-lang/go-1.16 " src_unpack() { git-r3_src_unpack go-module_live_vendor } src_compile() { emake PREFIX="${EPREFIX}/usr" all } src_install() { emake PREFIX="${EPREFIX}/usr" DESTDIR="${ED}" install einstalldocs }