Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 780 Bytes

File metadata and controls

21 lines (17 loc) · 780 Bytes

cd-discid-git (Arch PKGBUILD)

Why? The historical upstream host linukz.org for cd-discid is no longer resolvable.
This PKGBUILD builds cd-discid from maintained Git sources instead of the dead tarball URL.

What this provides

  • A working cd-discid build for Arch Linux
  • VCS (git) source so you’re not blocked by the dead linukz.org site
  • Explicit install paths for binary and man page

Build

# clone this repo, then:
makepkg -Cfsri

Notes

  • This is not the AUR cd-discid tarball recipe; it’s a VCS build (-git style).
  • If you prefer an exact 1.4 release tarball, you can swap the source=() to Debian’s pool: https://deb.debian.org/debian/pool/main/c/cd-discid/cd-discid_1.4.orig.tar.gz (then run updpkgsums).