diff --git a/app-misc/tinyfetch/metadata.xml b/app-misc/tinyfetch/metadata.xml new file mode 100644 index 0000000000..a99eec4762 --- /dev/null +++ b/app-misc/tinyfetch/metadata.xml @@ -0,0 +1,17 @@ + + + + + + kernaltrap@gmail.com + Primary maintainer + + + minimal fetch program written in pure C, using only + the C STDLIB and is cross platform, and much more + faster than other fetch programs. + + + kernaltrap8/tinyfetch + + diff --git a/app-misc/tinyfetch/tinyfetch-9999.ebuild b/app-misc/tinyfetch/tinyfetch-9999.ebuild index 7bdc28485b..0b17207949 100644 --- a/app-misc/tinyfetch/tinyfetch-9999.ebuild +++ b/app-misc/tinyfetch/tinyfetch-9999.ebuild @@ -8,12 +8,11 @@ if [[ ${PV} == 9999 ]]; then S="${WORKDIR}/${PN}-9999" fi -DESCRIPTION="fetch program written in C & C++" +DESCRIPTION="fetch program written in pure C" HOMEPAGE="https://github.com/kernaltrap8/tinyfetch" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc64" DEPEND="${BDEPEND}" BDEPEND=" @@ -21,7 +20,5 @@ BDEPEND=" " src_configure() { - append-cxxflags "-Wno-unused-result" - meson_src_configure }