18 lines
541 B
Bash
18 lines
541 B
Bash
# Template file for 'xdg-utils'
|
|
pkgname=xdg-utils
|
|
version=1.1.2
|
|
revision=1
|
|
noarch="yes"
|
|
build_style=gnu-configure
|
|
hostmakedepends="xmlto lynx"
|
|
short_desc="Tools to assist applications with various desktop integration tasks"
|
|
homepage="https://www.freedesktop.org/wiki/Software/xdg-utils/"
|
|
license="MIT"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
distfiles="https://portland.freedesktop.org/download/${pkgname}-${version}.tar.gz"
|
|
checksum=951952e2c6bb21214e0bb54e0dffa057d30f5563300225c24c16fba846258bcc
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|