Package Details: ldoc-git 1.4.6.r52.gbbd498a-1

Git Clone URL: https://aur.archlinux.org/ldoc-git.git (read-only, click to copy)
Package Base: ldoc-git
Description: LuaDoc-compatible documentation generation system
Upstream URL: https://github.com/lunarmodules/LDoc
Licenses: MIT
Conflicts: ldoc
Provides: ldoc
Submitter: wangjiezhe
Maintainer: alerque
Last Packager: alerque
Votes: 4
Popularity: 0.000000
First Submitted: 2016-11-02 10:35 (UTC)
Last Updated: 2024-03-27 22:21 (UTC)

Dependencies (3)

Required by (10)

Sources (1)

Latest Comments

Charon77 commented on 2026-03-30 15:25 (UTC) (edited on 2026-03-30 15:25 (UTC) by Charon77)

Another issue: It's hardcoding to lua 5.4, right now we're at 5.5 so we need to update it as well

-       install -dm0755 "$pkgdir/usr/share/lua/5.4"
-       cp -a ldoc "$pkgdir/usr/share/lua/5.4"
+       install -dm0755 "$pkgdir/usr/share/lua/5.5"
+       cp -a ldoc "$pkgdir/usr/share/lua/5.5"

Charon77 commented on 2026-03-30 13:24 (UTC)

fail to build this ==> Starting package()... install: cannot stat 'doc/doc.md': No such file or directory

alerque commented on 2020-09-30 11:59 (UTC)

Upstream has moved to https://github.com/lunarmodules/LDoc and renamed some files (e.g. readme.md → README.md). I'm one of the (new) upstream maintainers and would be happy to help keep this PKGBUILD tracking if you add me as a co-maintainer.