26 lines
442 B
Bash
26 lines
442 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/xolatile/xarbon.git"
|
|
inherit git-r3-tor
|
|
|
|
DESCRIPTION="Code screenshooter."
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 x86"
|
|
|
|
DEPEND="xrograms/xtandard"
|
|
RDEPEND="${DEPEND}"
|
|
BDEPEND=""
|
|
|
|
src_compile() {
|
|
sh compile.sh
|
|
}
|
|
|
|
src_install() {
|
|
dobin xarbon
|
|
}
|