20 lines
564 B
Bash
20 lines
564 B
Bash
# Template file for 'yad'
|
|
pkgname=yad
|
|
version=0.40.3
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="--enable-icon-browser"
|
|
hostmakedepends="automake gettext-devel glib-devel intltool pkg-config"
|
|
makedepends="gtk+-devel"
|
|
short_desc="Yet Another Dialog"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/v1cont/yad"
|
|
distfiles="https://github.com/v1cont/yad/archive/v${version}.tar.gz"
|
|
checksum=a63a88ea1946a6ba5d45921abed6b53558215ca4b93b4cd7205de00e9a4848bb
|
|
|
|
pre_configure() {
|
|
autoreconf -ivf
|
|
intltoolize
|
|
}
|