18 lines
545 B
Bash
18 lines
545 B
Bash
# Template file for 'xdg-utils'
|
|
pkgname=xdg-utils
|
|
version=1.1.1
|
|
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=b0dd63a2576e0bb16f1aa78d6ddf7d6784784a098d4df17161cd6a17c7bc4125
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|