# Copyright 2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Formatting text in echo commands" HOMEPAGE="https://github.com/Anard/HelpSh/" SRC_URI="https://github.com/Anard/HelpSh/archive/refs/heads/master.tar.gz -> ${PF}.tar.gz" S="${WORKDIR}/HelpSh-master" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64" src_install() { einfo 'Installing files...' insinto /usr/lib/ doins "${S}/shell-text.cnf" }