app-misc/blahaj: new package, add 2.2.0

Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2024-09-27 16:45:35 +02:00
parent c788db9a34
commit e66b9c2fb4
3 changed files with 30 additions and 0 deletions

1
app-misc/blahaj/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST blahaj-2.2.0.tar.gz 22327 BLAKE2B b135d5e2cc7cf1ba51157d18eaec98a72d8dd65a6122758c480c7d081a47fc76ed6783ba0ee606f6d03b653e69bc7a350bf776bf1fa8f08ee5ee8764f16c6b12 SHA512 7d64010b9ab950b3410a1bdf433ae63e99635e62fd86c6187e6e674533f8d576f4f92af5c7552c5d88b04b74493cf76b16d6d2ef7334db8354bb8325eb95651a

View File

@@ -0,0 +1,20 @@
# 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://github.com/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"
src_install() {
shards_src_install
dobin ${PN}
}

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<remote-id type="github">GeopJr/BLAHAJ</remote-id>
</upstream>
</pkgmetadata>