21 lines
741 B
Bash
21 lines
741 B
Bash
# Template file for 'xdg-utils'
|
|
pkgname=xdg-utils
|
|
version=1.2.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
make_check_target=test
|
|
hostmakedepends="xmlto lynx"
|
|
depends="xset"
|
|
short_desc="Tools to assist applications with various desktop integration tasks"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://www.freedesktop.org/wiki/Software/xdg-utils/"
|
|
changelog="https://gitlab.freedesktop.org/xdg/xdg-utils/-/raw/master/ChangeLog"
|
|
distfiles="https://gitlab.freedesktop.org/xdg/xdg-utils/-/archive/v${version}/xdg-utils-v${version}.tar.bz2"
|
|
checksum=93d510dccf328378f012fe195b4574c2fac1cd65a74d0852d6eaa72e5a2065a7
|
|
make_check=no # tests are interactive and rely on system components
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|