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

recipes/gui/mint-y-icons/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: 'mint-y-icons'
pkgver: '1.7.7'
pkgrel: '1'
pkgdesc: 'Mint-Y icon theme'
url: 'http://packages.linuxmint.com/pool/main/m/$name'
arch: x86_64
depends:
- 'gtk-update-icon-cache'
- 'gdk-pixbuf'
- 'hicolor-icon-theme'

makedepends: []
source:
- 'http://packages.linuxmint.com/pool/main/m/${pkgname}/${pkgname}_${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}
  cp -r usr ${PKGDIR}

package: |
  true