Package Details: hfdownloader-git r87.fd209ac-1

Git Clone URL: https://aur.archlinux.org/hfdownloader-git.git (read-only, click to copy)
Package Base: hfdownloader-git
Description: Simple go utility to download HuggingFace Models and Datasets
Upstream URL: https://github.com/bodaay/HuggingFaceModelDownloader/
Keywords: downloader huggingface
Licenses: Apache-2.0
Provides: hfdownloader
Submitter: mrf3
Maintainer: mrf3
Last Packager: mrf3
Votes: 2
Popularity: 0.90
First Submitted: 2025-03-01 04:46 (UTC)
Last Updated: 2026-01-03 20:20 (UTC)

Latest Comments

mrf3 commented on 2026-01-03 20:25 (UTC)

https://aur.archlinux.org/packages/hfdownloader-git#comment-1053816 should be fixed now, thanks

quickes commented on 2026-01-03 19:55 (UTC) (edited on 2026-01-03 19:56 (UTC) by quickes)

Please fix error in PKGBUILD

no required module provides package main.go; to add it:
        go get main.go

change

CGO_ENABLED=0 GOOS=linux go build -o ${pkgname%-git}.bin  main.go

to

CGO_ENABLED=0 GOOS=linux go build -o ${pkgname%-git}.bin  ./cmd/hfdownloader