pkgs/srcpkgs/mint-ice-y-dark-theme/template
KF-Art df16f8d95a Correct templates version format
The Sierra-Dark-Fluxbox and Mint-Ice-Y-Dark packages were changed by lower case names.
2022-09-20 23:44:19 -04:00

28 lines
950 B
Bash

# 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. <https://github.com/KF-Art>"
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
}