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

recipes/gui/numix-gtk-theme/PAGBUILD.yaml main

27 linii Raw ← Powrót
123456789101112131415161718192021222324252627
pkgname: 'numix-gtk-theme'
pkgver: '2.6.7'
pkgrel: '2'
pkgdesc: 'A flat and light theme with a modern look'
url: 'https://numixproject.org/'
arch: x86_64
depends: []
makedepends:
- 'gdk-pixbuf'
- 'ruby-bundler'

source:
- 'https://github.com/numixproject/numix-gtk-theme/archive/${pkgver}.tar.gz'
- Gemfile

sha256sums:
- SKIP
- SKIP

build: |
  cd numix-gtk-theme-${pkgver}
  bundle install --path .
  make SASS="bundle exec sass"
  make SASS="bundle exec sass" DESTDIR="${PKGDIR}" install

package: |
  true