diff --git a/srcpkgs/calmsky-icon-theme/template b/srcpkgs/calmsky-icon-theme/template deleted file mode 100644 index 2ff6344..0000000 --- a/srcpkgs/calmsky-icon-theme/template +++ /dev/null @@ -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. " -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} -}