Remove calmsky-icon-theme template

The icon theme was incompleted and discontinued by the developer. If in the future he continues its development, the template will be put back.
This commit is contained in:
KF-Art 2023-11-19 21:22:31 -05:00
parent c25cde7cd2
commit 1956c44a7b

View file

@ -1,27 +0,0 @@
# IMPORTANT NOTE: the original GitHub repository was put as private by the creator, so this template uses an outdated
# fork made by KF_Art when he made a pull request. The template will not be removed as the creator will update the
# repository soon (or that's we expect). In cereus-extra will be still available the last build of this icon theme.
# Template file for 'calmsky-icon-theme'
pkgname=calmsky-icon-theme
version=2021.12.30
revision=1
wrksrc="CalmSky-main"
repository="cereus-extra"
theme_dir="usr/share/icons/CalmSky"
short_desc="Icon theme for GNU/Linux distributions with modernist focus"
maintainer="Kevin F. <https://github.com/KF-Art>"
license="GPL-2.0"
homepage="https://github.com/KF-Art/CalmSky"
distfiles="${homepage}/archive/refs/heads/main.zip"
checksum=25acc66cc319067e0ed60e3ff20cdbc3f3aa741f79bb206891f98709cb1919c1
do_install() {
vmkdir ${theme_dir}
# In the old version the license file is not present
# vlicense LICENSE
# rm LICENSE
vcopy ./* ${theme_dir}
}