mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
app-misc/blahaj: new package, add 2.2.0
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
1
app-misc/blahaj/Manifest
Normal file
1
app-misc/blahaj/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST blahaj-2.2.0.tar.gz 22327 BLAKE2B b135d5e2cc7cf1ba51157d18eaec98a72d8dd65a6122758c480c7d081a47fc76ed6783ba0ee606f6d03b653e69bc7a350bf776bf1fa8f08ee5ee8764f16c6b12 SHA512 7d64010b9ab950b3410a1bdf433ae63e99635e62fd86c6187e6e674533f8d576f4f92af5c7552c5d88b04b74493cf76b16d6d2ef7334db8354bb8325eb95651a
|
||||
20
app-misc/blahaj/blahaj-2.2.0.ebuild
Normal file
20
app-misc/blahaj/blahaj-2.2.0.ebuild
Normal 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}
|
||||
}
|
||||
9
app-misc/blahaj/metadata.xml
Normal file
9
app-misc/blahaj/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user