# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="A git submodule alternative"
HOMEPAGE="https://github.com/ingydotnet/git-subrepo"
SRC_URI="https://github.com/ingydotnet/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="mirror"

DEPEND="dev-vcs/git"
RDEPEND="${DEPEND}"

src_compile() {
	true
}

src_install() {
	emake DESTDIR="${D}" PREFIX=/usr install
}