17 lines
471 B
Bash
17 lines
471 B
Bash
# Template file for 'xorg-util-macros'
|
|
pkgname=xorg-util-macros
|
|
version=1.20.0
|
|
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=0b86b262dbe971edb4ff233bc370dfad9f241d09f078a3f6d5b7f4b8ea4430db
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|