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

recipes/gui/mojave-ct-icon-theme/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: 'mojave-ct-icon-theme'
pkgver: '51da5e4'
pkgrel: '2'
pkgdesc: 'MacOS Mojave icon pack by zayronxio'
url: 'https://github.com/zayronxio/Mojave-CT'
arch: x86_64
depends:
- 'gtk-update-icon-cache'
- 'hicolor-icon-theme'

makedepends:
- git

source: []
sha256sums: []
build: |
  git clone https://github.com/zayronxio/Mojave-CT.git \
  ${pkgname}-${pkgver}
  install -d ${PKGDIR}/usr/share/icons
  cp -a --no-preserve=ownership ${pkgname}-${pkgver} ${PKGDIR}/usr/share/icons/Mojave-CT
  rm -r ${PKGDIR}/usr/share/icons/Mojave-CT/.git

package: |
  true