makedepends=(icon-theme-faba icon-theme-faba-mono   git)

description="Moka is a stylized Linux desktop icon set, designed to be clear, simple and consistent."
packager="Great-OS Team"
url="https://github.com/snwh/moka-icon-theme"

name=icon-theme-moka
oname=moka-icon-theme
version=20190530

prepare() {
  git clone https://github.com/snwh/${oname}
  cd $oname
}

build() {
  mkdir build && cd build

  meson --prefix=/usr \
    ../$oname
	ninja
	DESTDIR=$PKG ninja install
}