void-packages/srcpkgs/xorg-docs/template
luzpaz 5a62e4ae43 xorg-docs: add missing https:// schema
As reported in repology

> 2023-07-11 22:22:53 SweetHome3D: ERROR: homepage: "www.sweethome3d.com" does not look like an URL (schema missing)

ref: https://repology.org/log/934775

[skip ci]
2023-07-12 16:53:14 -04:00

15 lines
461 B
Bash

# Template file for 'xorg-docs'
pkgname=xorg-docs
version=1.7.2
revision=1
build_style=gnu-configure
short_desc="Misc docs for the X Window System that don't fit into other packages"
maintainer="runrin <run.rin@rin.run>"
license="MIT, BSD-3-Clause"
homepage="https://www.x.org"
distfiles="${XORG_SITE}/doc/${pkgname}-${version}.tar.bz2"
checksum=2391b8af472626c12d3c3814b5e7a0ea43c3a96eda94255b7ed8bdff0fbf08e3
post_install() {
vlicense general/License.xml
}