makedepends=(git icon-theme-faba)

description="Faba Mono Icons is a supplementary theme to Faba Icon Theme. It consists only of monochrome panel icons"
packager="Great-OS Team"
maintainer="rems"
url="https://github.com/snwh/faba-mono-icons"

name=icon-theme-faba-mono
oname=faba-mono-icons
version=20160430
release=1

build() {
  git clone https://github.com/snwh/${oname}
  cd $oname
  bash autogen.sh --prefix=/usr
  make
  make DESTDIR=$PKG install
}
