dev-util/catppuccin-whiskers: add dev-utils/catppuccin-whiskers v2.4.0

Signed-off-by: Omar <somerand0mcat@hotmail.com>
This commit is contained in:
Omar 2024-06-26 13:17:02 +03:00
parent 4f6c0a1661
commit 4a709f7ab7
No known key found for this signature in database
GPG Key ID: F5300076A9DBA197
3 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST catppuccin-whiskers-2.4.0 6171208 BLAKE2B 02f8ec5c9a4cf623b20130c757bfb6bbb9b9e029c75f41fb1b09bc031df5477a43ec06a78b70ac38eef60605d7ae34e6a1cc600cbd45849b7848cf0bf8ea2c4f SHA512 c786b55ebc44179ea3a14e86c5e862d9455586194d7fed856d897dac82312393fd310cd5ede4b3cb70c599daa5e5754c4c52622f10a98d2f4f68c72ab2c76ad5

View File

@ -0,0 +1,15 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Soothing port creation tool for the high-spirited!"
HOMEPAGE="https://github.com/catppuccin/whiskers"
SRC_URI="https://github.com/catppuccin/whiskers/releases/download/v${PV}/whiskers-x86_64-unknown-linux-gnu -> ${P}"
S="${WORKDIR}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
src_install() {
newbin "${DISTDIR}"/${P} whiskers
}

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>somerand0mcat@hotmail.com</email>
<name>Omar</name>
</maintainer>
<upstream>
<remote-id type="github">catppuccin/whiskers</remote-id>
</upstream>
</pkgmetadata>