Package Details: local-arch-wiki 2.0-0

Git Clone URL: https://aur.archlinux.org/local-arch-wiki.git (read-only, click to copy)
Package Base: local-arch-wiki
Description: A convenient wrapper for arch-wiki-docs, enabling effortless searching and access to the offline Arch Wiki.
Upstream URL: https://github.com/whoisyoges/local-arch-wiki
Licenses: GPL2
Submitter: castorIsDead
Maintainer: castorIsDead
Last Packager: castorIsDead
Votes: 0
Popularity: 0.000000
First Submitted: 2024-03-23 13:28 (UTC)
Last Updated: 2024-03-23 13:28 (UTC)

Dependencies (7)

Required by (0)

Sources (1)

Latest Comments

kseistrup commented on 2025-11-26 09:48 (UTC)

Thanks for packaging this.

The PKGBUILD has a couple of issues:

  1. The license identifier should be SPDX compliant: GPL-2.0-or-later, and
  2. the script should be installed in /usr/bin, rather than /usr/local/bin (no need to chmod first, as the install program will take care of permissions).

Enhancement request: Install the config.example and the README.md file in /usr/share/doc/$pkgname:

install -Dm0644 -t "$pkgdir/usr/share/doc/$pkgname" README.md config.example

Cheers.