🔒 Repository is read-only – file editing is disabled.

recipes/gui/colloid-icon-theme/PAGBUILD.yaml main

27 linii Raw ← Powrót
123456789101112131415161718192021222324252627
pkgname: 'colloid-icon-theme'
pkgver: '2024-11-16'
pkgrel: '1'
pkgdesc: 'Modern and clean icon theme for linux'
url: 'https://www.pling.com/p/1661983'
arch: x86_64
depends:
- 'gtk-update-icon-cache'
- 'hicolor-icon-theme'

makedepends:
- git

source: []
sha256sums: []
build: |
  git clone https://github.com/vinceliuice/Colloid-icon-theme.git \
  ${pkgname}-${pkgver}
  cd ${pkgname}-${pkgver}
  install -d ${PKGDIR}/usr/share/icons

  sed -i /gtk-update-icon-cache/d install.sh

  ./install.sh -t all -d ${PKGDIR}/usr/share/icons

package: |
  true