yad: remove.

This commit is contained in:
maxice8 2018-10-25 16:15:57 -03:00
parent 2245205b4d
commit aa4704b705
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,19 +0,0 @@
# Template file for 'yad'
pkgname=yad
version=0.40.3
revision=1
build_style=gnu-configure
configure_args="--enable-html --enable-icon-browser"
hostmakedepends="automake gettext-devel glib-devel intltool pkg-config"
makedepends="webkitgtk2-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
}