 makedepends=(gdk-pixbuf ruby-bundler)

description="A flat and light theme with a modern look"
packager="Great-OS Team"
url="http://numixproject.org/"

name=gtk-theme-numix
version=2.6.7

PKGMK_KEEP_SOURCES="no"

source=(https://github.com/numixproject/numix-gtk-theme/archive/$version.tar.gz
        Gemfile)

build() {
  cd numix-gtk-theme-${version}
bundle install --path .
  make SASS="bundle exec sass"
  make SASS="bundle exec sass" DESTDIR="${PKG}" install
}
