app-misc/haxefetch-bin - 1.0.0 (haxefetch-overlay)

Search

Install

Install this version:

emerge -a =app-misc/haxefetch-bin-1.0.0

Package Information

Description:
A fetch program written in Haxe (binary)
Homepage:
https://github.com/Sbinator-hub/Haxefetch
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.0.0 8 amd64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

HOMEPAGE="https://github.com/Sbinator-hub/Haxefetch"
DESCRIPTION="A fetch program written in Haxe (binary)"
SRC_URI="https://github.com/Sbinator-hub/Haxefetch/releases/download/1.0.0/haxefetch-1.0.0.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64"

RDEPEND="
    elibc_musl? ( sys-libs/gcompat )
"

S="${WORKDIR}"

src_install() {
	exeinto /usr/bin
   doexe haxefetch

   insinto /usr/share/fish/vendor_completions.d
   doins "${FILESDIR}/haxefetch.fish"
}

Dependencies

RDEPEND

    elibc_musl? ( sys-libs/gcompat )

Manifest for 1.0.0

Type File Size Source URLs
DIST haxefetch-bin-1.0.0.tar.gz 910563 bytes https://github.com/Sbinator-hub/Haxefetch/releases/download/1.0.0/haxefetch-1.0.0.tar.gz