description="A fork of zenity - display graphical dialogs from shell scripts or command line"
url="https://github.com/v1cont/yad"

packager="Tnut <tnut@nutyx.org>"
contributors="Greg,Spiky"

name=yad
version=12.3
release=2

makedepends=(gtk3 webkitgtk)
run=()

source=(${url}/releases/download/v$version/${name}-${version}.tar.xz)
build() {
cd $name-$version
autoreconf -ivf
intltoolize
./configure --prefix=/usr \
--with-gtk=gtk3 \
--enable-icon-browser \
--enable-html
make
make DESTDIR=$PKG install
}
