17 lines
471 B
Bash
17 lines
471 B
Bash
# Template file for 'xorg-util-macros'
|
|
pkgname=xorg-util-macros
|
|
version=1.20.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
short_desc="X.org autotool macros"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="https://gitlab.freedesktop.org/xorg/util/macros/"
|
|
distfiles="${XORG_SITE}/util/util-macros-${version}.tar.xz"
|
|
checksum=9ac269eba24f672d7d7b3574e4be5f333d13f04a7712303b1821b2a51ac82e8e
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|