# Maintainer: Xuanrui Qi # Contributor: whriedplanck # Contributor: HRKo pkgname=fcitx5-skin-microsoft-style-dark pkgver=1 pkgrel=1 pkgdesc="A ssf to fcitx5 skin ,made by ssfconv." arch=('any') url="https://github.com/zzy-ac/fcitx5-skin-microsoft-style" license=('Apache') depends=('fcitx5') source=("$url/raw/main/Microsoft-style-dark.tar.gz") md5sums=('0ab85d47d7546c2ab7083057c341a0f5') package() { _variant_name=Microsoft-style-dark cd ${srcdir} cd $_variant_name install -dm755 "${pkgdir}"/usr/share/fcitx5/themes/$_variant_name install -m644 ./* "$pkgdir"/usr/share/fcitx5/themes/$_variant_name }