app-misc/blahaj - 2.2.0 (guru)

Search

Install

Install this version:

emerge -a =app-misc/blahaj-2.2.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-misc/blahaj-2.2.0

Or alternatively:

emerge --autounmask-write -a =app-misc/blahaj-2.2.0

Package Information

Description:
Gay sharks at your local terminal
Homepage:
https://codeberg.org/GeopJr/BLAHAJ
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
2.2.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2019-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit shards

DESCRIPTION="Gay sharks at your local terminal"
HOMEPAGE="https://codeberg.org/GeopJr/BLAHAJ"
SRC_URI="https://github.com/GeopJr/BLAHAJ/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${P^^}"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
	dev-libs/boehm-gc
	dev-libs/libevent
	dev-libs/libpcre2
	dev-libs/libyaml
"

RDEPEND="${DEPEND}"

src_install() {
	shards_src_install
	dobin ${PN}
}

Inherited Eclasses

Dependencies

DEPEND

	dev-libs/boehm-gc
	dev-libs/libevent
	dev-libs/libpcre2
	dev-libs/libyaml

RDEPEND

	dev-libs/boehm-gc
	dev-libs/libevent
	dev-libs/libpcre2
	dev-libs/libyaml

Manifest for 2.2.0

Type File Size Source URLs
DIST blahaj-2.2.0.tar.gz 22327 bytes https://github.com/GeopJr/BLAHAJ/archive/refs/tags/v2.2.0.tar.gz