pkgname: 'numix-icon-theme' pkgver: '25.01.31' pkgrel: '1' pkgdesc: 'Base icon theme from the Numix project' url: 'https://numixproject.org/' arch: x86_64 depends: - 'gtk-update-icon-cache' makedepends: - git source: [] sha256sums: [] build: | git clone https://github.com/numixproject/numix-icon-theme.git ${pkgname} cd ${pkgname} install -dm 755 "${PKGDIR}"/usr/share/icons cp -dr --no-preserve='ownership' Numix{,-Light} "${PKGDIR}"/usr/share/icons/ package: | true