# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit golang-vcs-snapshot tmpfiles systemd MY_PV=${PV/_/-} #MY_P=${PN}-${MY_PV} EGO_PN="code.gitea.io/gitea" DESCRIPTION="A painless self-hosted Git service" HOMEPAGE="https://gitea.io" SRC_URI="https://github.com/go-gitea/gitea/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64" IUSE="+acct pam sqlite" BDEPEND="