Files
guru/app-misc/blahaj/blahaj-2.2.0-r1.ebuild
zyxhere💭 8c2c2440cd app-misc/blahaj: Update $HOMEPAGE from github to codeberg
Still using github for `$SRC_URI` as the Manifest doesn't match from codeberg

Signed-off-by: zyxhere💭 <zyx@envs.net>
2026-02-05 20:24:03 +05:00

30 lines
539 B
Bash

# 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}
}