惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The GitHub Blog
The GitHub Blog
A
About on SuperTechFans
The Cloudflare Blog
G
Google Developers Blog
博客园_首页
Martin Fowler
Martin Fowler
Apple Machine Learning Research
Apple Machine Learning Research
L
LangChain Blog
D
Docker
C
Check Point Blog
T
Tailwind CSS Blog
博客园 - 司徒正美
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Hugging Face - Blog
Hugging Face - Blog
Microsoft Security Blog
Microsoft Security Blog
V
V2EX
博客园 - 叶小钗
T
The Blog of Author Tim Ferriss
酷 壳 – CoolShell
酷 壳 – CoolShell
IT之家
IT之家
M
MIT News - Artificial intelligence
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - 【当耐特】
GbyAI
GbyAI

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - bashcities
2026-06-18 · via AUR Newest Packages

Please make sure that "README.md" end us up in /usr/share/doc/bashcities/README.md And the "LICENSE" in, /usr/share/licenses/bashcities/LICENSE

I really doubt most people would want to have those files copied to their hard drives. The files are pretty much useless. The docs can be accessed online.

Thanks for this usefull tool and the PKGBUILD.

This is installed

$ pacman -Ql bashcities

bashcities /usr/
bashcities /usr/bin/
bashcities /usr/bin/bashcities

But you have inside the release tar.gz,

$ tar tf bashcities-1.1.tar.gz

bashcities-1.1/
bashcities-1.1/.github/
bashcities-1.1/.github/FUNDING.yml
bashcities-1.1/LICENSE
bashcities-1.1/README.md
bashcities-1.1/bashcities

Please make sure that "README.md" end us up in

/usr/share/doc/bashcities/README.md

And the "LICENSE" in,

/usr/share/licenses/bashcities/LICENSE

This is usually done with a simple copy in the PKGBUILD using "install".

  install -Dm644 xxxx yyyy ....

Thanks in advance.