mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-26 21:55:19 +02:00
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]
15 lines
461 B
Bash
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
|
|
}
|