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

推荐订阅源

美团技术团队
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Martin Fowler
Martin Fowler
雷峰网
雷峰网
IT之家
IT之家
小众软件
小众软件
M
MIT News - Artificial intelligence
博客园 - 聂微东
J
Java Code Geeks
Blog — PlanetScale
Blog — PlanetScale
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
A
About on SuperTechFans
G
Google Developers Blog
Engineering at Meta
Engineering at Meta
Recent Announcements
Recent Announcements
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
The GitHub Blog
The GitHub Blog
F
Fortinet All Blogs
C
Check Point Blog
云风的 BLOG
云风的 BLOG
腾讯CDC
H
Help Net Security
Y
Y Combinator Blog
I
InfoQ

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.