#!/usr/bin/env -S bash ../.port_include.sh port=serenity-theming version=fbd26eca36ce7008d2d4879d93ae61c5931d9e64 workdir="theming-${version}" files="https://github.com/SerenityOS/theming/archive/${version}.zip serenity-theming-${version}.zip a7676238101079b35cf695b5eff5e908d513034e28ac74ab1f5d45358b4bee2b" auth_type="sha256" build() { : } install() { : } post_install() { cp -r "${workdir}/icon-themes" "${SERENITY_INSTALL_ROOT}/res/" cp -r "${workdir}/cursor-themes" "${SERENITY_INSTALL_ROOT}/res/" cp -r "${workdir}/icons" "${SERENITY_INSTALL_ROOT}/res/" cp -r "${workdir}/themes" "${SERENITY_INSTALL_ROOT}/res/" cp -r "${workdir}/fonts" "${SERENITY_INSTALL_ROOT}/res/" cp -r "${workdir}/color-palettes" "${SERENITY_INSTALL_ROOT}/res/" cp -r "${workdir}/emoji" "${SERENITY_INSTALL_ROOT}/res/" cp -r "${workdir}/terminal-colors" "${SERENITY_INSTALL_ROOT}/res/" cp -r "${workdir}/wallpapers" "${SERENITY_INSTALL_ROOT}/res/" }