mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
new ebuild, app-misc/tinyfetch
, version 9999
Signed-off-by: kernaltrap8 <kernaltrap@gmail.com>
This commit is contained in:
parent
2b6d3f6d53
commit
cd74953493
0
.dMMMMMMb.
Normal file
0
.dMMMMMMb.
Normal file
27
app-misc/tinyfetch/tinyfetch-9999.ebuild
Normal file
27
app-misc/tinyfetch/tinyfetch-9999.ebuild
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user