void-packages/srcpkgs/xdg-utils/template
maxice8 f26122c5ea
xdg-utils: fix make_check_target.
Closes #14369.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-05-18 09:38:25 +02:00

19 lines
634 B
Bash

# Template file for 'xdg-utils'
pkgname=xdg-utils
version=1.1.3
revision=1
noarch=yes
build_style=gnu-configure
hostmakedepends="xmlto lynx"
short_desc="Tools to assist applications with various desktop integration tasks"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
homepage="https://www.freedesktop.org/wiki/Software/xdg-utils/"
#changelog="https://cgit.freedesktop.org/xdg/xdg-utils/plain/ChangeLog"
distfiles="https://portland.freedesktop.org/download/${pkgname}-${version}.tar.gz"
checksum=d798b08af8a8e2063ddde6c9fa3398ca81484f27dec642c5627ffcaa0d4051d9
make_check_target=test
post_install() {
vlicense LICENSE
}