terminal_theme_catppuccin, new recipe (#9416)

This commit is contained in:
Schrijvers Luc
2023-09-14 07:01:52 +00:00
committed by GitHub
parent 1a145f36ae
commit 86ba8f08c3

View File

@@ -0,0 +1,38 @@
SUMMARY="Soothing pastel theme for the high-spirited"
DESCRIPTION="Catppuccin is a community-driven pastel theme that aims to be the middle ground \
between low and high contrast themes. It consists of 4 soothing warm flavors with 26 eye-candy \
colors each, perfect for coding, designing, and much more! In addition, this repository tracks \
the development of the actual color palette, the project's documentation, organization-wide \
assets, resources and code samples for maintainers/developers."
HOMEPAGE="https://github.com/catppuccin/"
COPYRIGHT="2021 Catppuccin"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://github.com/catppuccin/catppuccin/files/12602009/Catppuccin.Frappe.txt#noarchive"
CHECKSUM_SHA256="eafee9631904a3f51ebd44b7efebb0e4f430a1fdd1f818e348222667f64e23b8"
SOURCE_URI_2="https://github.com/catppuccin/catppuccin/files/12591265/Catppuccin.Latte.txt#noarchive"
CHECKSUM_SHA256_2="9001d39daef839f5bcd005380d2ed69919b145dfbbdabbaaf42ee275eef6e4de"
SOURCE_URI_3="https://github.com/catppuccin/catppuccin/files/12591266/Catppuccin.Macchiato.txt#noarchive"
CHECKSUM_SHA256_3="219ee84708febdef000203cd9f0ce65332ce9bba739af1e786c8389abb80dd0a"
SOURCE_URI_4="https://github.com/catppuccin/catppuccin/files/12601994/Catppuccin.Mocha.txt#noarchive"
CHECKSUM_SHA256_4="2e543eb4b06c0ea5e51dfce3e3d86cfd8655006ef84371e4bd8768511367beb7"
SOURCE_DIR=""
ARCHITECTURES="all"
GLOBAL_WRITABLE_FILES="
settings/Terminal/Themes directory keep-old
"
PROVIDES="
terminal_theme_catppuccin = $portVersion
"
INSTALL()
{
mkdir -p $settingsDir/Terminal/Themes
cp Catppuccin.Frappe.txt $settingsDir/Terminal/Themes/Catppuccin.Frappe
cp $sourceDir2/Catppuccin.Latte.txt $settingsDir/Terminal/Themes/Catppuccin.Latte
cp $sourceDir3/Catppuccin.Macchiato.txt $settingsDir/Terminal/Themes/Catppuccin.Macchiato
cp $sourceDir4/Catppuccin.Mocha.txt $settingsDir/Terminal/Themes/Catppuccin.Mocha
}