summary refs log tree commit diff
path: root/app-misc/ufetch/ufetch-9999.ebuild
blob: 2cd7cf5ffcf253ac3d5ce98bfe9f11a14b9ef057 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 2018-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit git-r3

DESCRIPTION="Tiny system info for Unix-like operating systems"
HOMEPAGE="https://gitlab.com/jschx/ufetch"
EGIT_REPO_URI="https://gitlab.com/jschx/ufetch.git"

LICENSE="ISC"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""

src_install() {
	exeinto /usr/bin
	newexe ufetch-gentoo ufetch
}

Consider giving Nix/NixOS a try! <3