mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
39 lines
1.9 KiB
Bash
39 lines
1.9 KiB
Bash
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="5"
|
|
SOURCE_URI="https://github.com/catppuccin/catppuccin/files/13690471/Catppuccin.Frappe.txt#noarchive"
|
|
CHECKSUM_SHA256="1295ef2f85da436e4aa8b99ecf162ff2a92af60d93c9a4a6835e2049b6902034"
|
|
SOURCE_URI_2="https://github.com/catppuccin/catppuccin/files/13690472/Catppuccin.Latte.txt#noarchive"
|
|
CHECKSUM_SHA256_2="b49ed86547fb235aecc23f7c4b20d852858c2679b38cbe6d3fe815639d7e7c71"
|
|
SOURCE_URI_3="https://github.com/catppuccin/catppuccin/files/13690474/Catppuccin.Macchiato.txt#noarchive"
|
|
CHECKSUM_SHA256_3="9961f02da0de58c24e98a5c7ab7b86fbb0734ee127a84546a0aa8993fc10faf8"
|
|
SOURCE_URI_4="https://github.com/catppuccin/catppuccin/files/13690473/Catppuccin.Mocha.txt#noarchive"
|
|
CHECKSUM_SHA256_4="71d5aee7bd3fbfe3627f0e70cc0bb127b221a51444be5b60e106af3ca13c4bf5"
|
|
SOURCE_DIR=""
|
|
|
|
ARCHITECTURES="any"
|
|
|
|
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
|
|
}
|