🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829
pkgname: 'numix-circle-icon-theme'
pkgver: '25.01.31'
pkgrel: '1'
pkgdesc: 'Circle icon theme from the Numix project'
url: 'https://numixproject.org/'
arch: x86_64
license:
- GPL3
depends:
- 'gtk-update-icon-cache'
- 'hicolor-icon-theme'
makedepends:
- 'numix-icon-theme'
- git
source: []
sha256sums: []
build: |
git clone https://github.com/numixproject/numix-icon-theme-circle.git ${pkgname}
cd ${pkgname}
install -dm 755 "${PKGDIR}"/usr/share/icons
cp -dr --no-preserve='ownership' Numix-Circle{,-Light} "${PKGDIR}"/usr/share/icons/
install -Dm644 LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE
package: |
true