# Depends on: gtk3 murrine gnome-icon-theme

description="Arc is a flat theme with transparent elements for GTK 3, GTK 2 and GNOME Shell"
packager="greg <greg@nutyx.org>"
contributors="jayce"
url="https://github.com/horst3180/"

name=arc-gtk-theme
_name=arc-theme
version=20170302
release=1

PKGMK_KEEP_SOURCES="no"

source=(https://github.com/horst3180/${_name}/archive/$version.tar.gz)


build() {

    cd ${_name}-${version}
    ./autogen.sh --prefix=/usr

}

package() {

    cd ${_name}-${version}
    make DESTDIR=$PKG install
}

