mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
app-misc/ufetch: add 0.3
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
19
app-misc/ufetch/ufetch-0.3.ebuild
Normal file
19
app-misc/ufetch/ufetch-0.3.ebuild
Normal file
@@ -0,0 +1,19 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
MY_P="${PN}-v${PV}"
|
||||
|
||||
DESCRIPTION="Tiny system info for Unix-like operating systems"
|
||||
HOMEPAGE="https://gitlab.com/jschx/ufetch"
|
||||
SRC_URI="https://gitlab.com/jschx/ufetch/-/archive/v${PV}/${MY_P}.tar.bz2"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
src_install() {
|
||||
newbin ufetch-gentoo ufetch
|
||||
}
|
||||
Reference in New Issue
Block a user