# Description:  A tool which allows you to compose wallpapers for X
# URL:  https://github.com/himdel/hsetroot
# Maintainer: z3bra, dev at z3bra dot org
# Depends on: imlib2 xorg-server

name=hsetroot
version=1.0.5
release=2
source=(https://github.com/himdel/$name/archive/$version/$name-$version.tar.gz)

build() {
    cd "$name-$version"

    make
    mkdir -p $PKG/usr/bin
    install -m 0755 -s hsetroot $PKG/usr/bin/hsetroot
}
