22 lines
437 B
Bash
22 lines
437 B
Bash
# Copyright 2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
EGIT_REPO_URI="https://bis64wqhh3louusbd45iyj76kmn4rzw5ysawyan5bkxwyzihj67c5lid.onion/anon/depgra.git"
|
|
inherit git-r3-tor
|
|
|
|
DESCRIPTION="Source code grapher."
|
|
|
|
LICENSE="BSD-2"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 x86"
|
|
|
|
BDEPEND="sys-devel/gcc dev-build/make sys-devel/flex"
|
|
|
|
src_install() {
|
|
dobin depgra
|
|
dobin flexgra
|
|
dobin allegra
|
|
}
|