Search Criteria
Package Details: hustmirror-cli 1.1.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/hustmirror-cli.git (read-only, click to copy) |
---|---|
Package Base: | hustmirror-cli |
Description: | The command line tool (hustmirror-cli) is a small tool that can help you quickly change sources to HUST mirror sources. |
Upstream URL: | https://github.com/hust-open-atom-club/hustmirror-cli |
Keywords: | mirror,script |
Licenses: | GPL-3.0-only |
Conflicts: | hustmirror-cli-git |
Submitter: | TurtleRuss |
Maintainer: | TurtleRuss |
Last Packager: | TurtleRuss |
Votes: | 1 |
Popularity: | 0.003941 |
First Submitted: | 2023-11-06 12:53 (UTC) |
Last Updated: | 2024-05-08 17:31 (UTC) |
Dependencies (3)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- make (make-gitAUR) (make)
- python3 (python) (make)
Latest Comments
TurtleRuss commented on 2024-02-25 15:40 (UTC) (edited on 2024-02-25 15:43 (UTC) by TurtleRuss)
Thanks for your advise, I already modify it in latest version. Everything should be ok now.
a821 commented on 2024-02-20 09:01 (UTC)
Don't use
sudo
inPKGBUILDs
. Don't install something direct to the System. It's a security risk and the files will not be deleted if the package gets deleted. You need to add the files to the$pkgdir
folder.see https://wiki.archlinux.org/title/Creating_packages#package%28%29