Skip to content

Commit

Permalink
app-misc/tinyfetch: add version 5.2
Browse files Browse the repository at this point in the history
Signed-off-by: kernaltrap8 <[email protected]>
  • Loading branch information
kernaltrap8 committed Jul 1, 2024
1 parent a7b32d6 commit 615e699
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions app-misc/tinyfetch/tinyfetch-5.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit meson git-r3

EGIT_REPO_URI="https://github.com/kernaltrap8/tinyfetch"
EGIT_COMMIT="v${PV}"

DESCRIPTION="fetch program written in pure C"
HOMEPAGE="https://github.com/kernaltrap8/tinyfetch"

LICENSE="GPL-3"
SLOT="0"

IUSE="+pci"

RDEPEND="
pci? (
sys-apps/pciutils
)
"
DEPEND="${RDEPEND}"

0 comments on commit 615e699

Please sign in to comment.