# Description: Moka Icon Theme # URL: https://github.com/snwh/moka-icon-theme # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: git meson ninja name=moka-icon-theme version=git release=1 source=() git=(https://github.com/snwh/moka-icon-theme.git) build() { git clone $git $name cd $name # ./autogen.sh # make # make DESTDIR=$PKG install meson "build" --prefix=/usr DESTDIR=$PKG ninja -C "build" install }