new ebuild, app-misc/tinyfetch, version 9999

Signed-off-by: kernaltrap8 <kernaltrap@gmail.com>
This commit is contained in:
kernaltrap8 2024-04-25 21:00:37 -05:00
parent 2b6d3f6d53
commit cd74953493
No known key found for this signature in database
GPG Key ID: EB4ED0175E6CB025
2 changed files with 27 additions and 0 deletions

0
.dMMMMMMb. Normal file
View File

View File

@ -0,0 +1,27 @@
EAPI=8
inherit meson
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/kernaltrap8/tinyfetch"
S="${WORKDIR}/${PN}-9999"
fi
DESCRIPTION="fetch program written in C & C++"
HOMEPAGE="https://github.com/kernaltrap8/tinyfetch"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc64"
DEPEND="${BDEPEND}"
BDEPEND="
dev-build/meson
"
src_configure() {
append-cxxflags "-Wno-unused-result"
meson_src_configure
}