File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Copyright 1999-2026 Gentoo Authors
2+ # Distributed under the terms of the GNU General Public License v2
3+
4+ EAPI=8
5+
6+ inherit toolchain-funcs
7+
8+ DESCRIPTION=" Ultra-fast system fetch tool written in C"
9+ HOMEPAGE=" https://github.com/Mjoyufull/bfetch"
10+ EGIT_REPO_URI=" https://github.com/Mjoyufull/bfetch.git"
11+
12+ LICENSE=" AGPL-3"
13+ SLOT=" 0"
14+ KEYWORDS=" ~amd64"
15+
16+ src_compile () {
17+ emake CC=" $( tc-getCC) " \
18+ CFLAGS=" ${CFLAGS} " \
19+ LDFLAGS=" ${LDFLAGS} "
20+ }
21+
22+ src_install () {
23+ dobin bfetch
24+ dodoc README.md
25+ }
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3+ <pkgmetadata >
4+ <maintainer type =" person" >
5+ <name >Theron York</name >
6+ <email >theron.york@cloudnuke.org</email >
7+ </maintainer >
8+ <upstream >
9+ <remote-id type =" github" >Mjoyufull/bfetch</remote-id >
10+ </upstream >
11+ </pkgmetadata >
You can’t perform that action at this time.
0 commit comments