Package Details: docs-gl 20211022-1

Git Clone URL: https://aur.archlinux.org/docs-gl.git (read-only, click to copy)
Package Base: docs-gl
Description: an improved version of the official OpenGL documentation
Upstream URL: http://docs.gl/
Licenses: custom
Submitter: editicalu
Maintainer: editicalu
Last Packager: editicalu
Votes: 3
Popularity: 0.000000
First Submitted: 2020-03-06 19:57 (UTC)
Last Updated: 2021-10-22 16:49 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

yilozt commented on 2022-01-03 06:15 (UTC) (edited on 2022-01-03 06:16 (UTC) by yilozt)

The link of commands in /usr/share/doc/docs-gl/index.html are broken. It can replace with relative path in package() function:

 package() {
        cd $srcdir/htdocs
+       sed -i "s|<a href='/|<a href='|g" index.html
        install -dm 755 "${pkgdir}/usr/share/doc/docs-gl"
        mv -t "${pkgdir}/usr/share/doc/docs-gl/" $srcdir/htdocs/*
 }