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

recipes/gui/mint-themes/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: 'mint-themes'
pkgver: '2.1.6'
pkgrel: '2'
pkgdesc: 'Mint themes'
url: 'http://packages.linuxmint.com/pool/main/m/$name'
arch: x86_64
depends: []
makedepends:
- python
- sassc

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

sha256sums:
- SKIP

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

package: |
  true