add catppuccin catwalk

Signed-off-by: Omar <somerand0mcat@hotmail.com>
This commit is contained in:
Omar
2024-06-24 23:43:15 +03:00
parent b0582d618d
commit 373a3a0e6e
3 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST catwalk 1591960 BLAKE2B 7e4117719f386b9ddb2f51ecf5bb651b89550c2f60d1934711c773f81e054d9ddb54f1e5ffa8c7e87e64bcad43d98f80da2dd9779dd2037470cf73e19bd44cd0 SHA512 1e914bbf0e4811b50d7b2d483319be93701e19940b77ccf21584e06a301c99dd6410a806bb15cfe74282e2a06e3f8f4dcc9893356d516dad4444d57d7910185d

View File

@@ -0,0 +1,16 @@
# Copyright 2024 Catppuccin
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Soothing pastel previews for the high-spirited!"
HOMEPAGE="https://github.com/catppuccin/catwalk"
SRC_URI="https://github.com/catppuccin/catwalk/releases/download/v${PV}/catwalk-x86_64-unknown-linux-gnu -> catwalk"
S="${WORKDIR}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
src_install() {
insinto /usr/bin
doins /var/tmp/portage/dev-util/catppuccin-catwalk-1.3.2/distdir/catwalk
}

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/catwalk</remote-id>
</upstream>
</pkgmetadata>