app-misc/afetch: bump version

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mathieu Tortuyaux <mathieu.tortuyaux@gmail.com>
This commit is contained in:
Mathieu Tortuyaux
2021-03-27 19:34:55 +01:00
parent 8ec9125e5a
commit 658a6b3354
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit savedconfig
DESCRIPTION="Simple system info written in C"
HOMEPAGE="https://github.com/13-CF/afetch/"
SRC_URI="https://github.com/13-CF/afetch/archive/refs/tags/V${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="savedconfig"
src_prepare() {
default
restore_config src/config.h
}
src_install() {
emake DESTDIR="${ED}" PREFIX="${EPREFIX}"/usr install
save_config src/config.h
}