# Template file for 'mint-ice-y-dark-theme' pkgname=mint-ice-y-dark-theme version=2022.06.02 revision=1 create_wrksrc=yes repository="cereus-extra" theme_dir=usr/share/icewm/themes/ hostmakedepends="bsdtar" makedepends="" short_desc="Mint-Y-like dark theme for IceWM" maintainer="Kevin F. " license="GPL-2.0" homepage="https://github.com/IamTheMasterRoy/IceWM-Themes" distfiles="${homepage}/raw/main/Mint-Ice-Y-Dark-Variants.tar.gz https://raw.githubusercontent.com/IamTheMasterRoy/IceWM-Themes/main/LICENSE" checksum="236edeac9ca91a73625d702c95b95e39799fb3ee11200ac3d288946b2da874e5 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643" do_extract() { bsdtar -xvf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/Mint-Ice-Y-Dark-Variants.tar.gz \ -C ${wrksrc} } do_install() { vmkdir ${theme_dir} vcopy ./* ${theme_dir} vlicense ${XBPS_SRCDISTDIR}/${pkgname}-${version}/LICENSE }