18 lines
508 B
Bash
18 lines
508 B
Bash
# Template file for 'xorg-util-macros'
|
|
pkgname=xorg-util-macros
|
|
version=1.19.3
|
|
revision=1
|
|
wrksrc="${pkgname/xorg-/}-${version}"
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
short_desc="X.org autotool macros"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://gitlab.freedesktop.org/xorg/util/macros/"
|
|
distfiles="${XORG_SITE}/util/util-macros-$version.tar.bz2"
|
|
checksum=0f812e6e9d2786ba8f54b960ee563c0663ddbe2434bf24ff193f5feab1f31971
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|