https://github.com/ibara/repology
Command line interface for Repology.org
https://github.com/ibara/repology
dlang freebsd freebsd-ports netbsd openbsd openbsd-ports package-management package-manager packages pkgsrc ports unix
Last synced: 3 months ago
JSON representation
Command line interface for Repology.org
- Host: GitHub
- URL: https://github.com/ibara/repology
- Owner: ibara
- License: isc
- Created: 2024-06-12T14:30:35.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-06T01:35:56.000Z (4 months ago)
- Last Synced: 2025-01-30T22:51:32.186Z (3 months ago)
- Topics: dlang, freebsd, freebsd-ports, netbsd, openbsd, openbsd-ports, package-management, package-manager, packages, pkgsrc, ports, unix
- Language: D
- Homepage:
- Size: 49.8 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: LICENSE
Awesome Lists containing this project
README
repology
========
`repology` is a command line interface for
[Repology.org](https://repology.org/)
written in
[D](https://dlang.org/).`repology` will attempt to autodetect your operating system for
selecting a repository when `--repo` is not specified. This
autodetection works for the BSDs, macOS, and Windows.Autodetection works partially for Linux-based operating systems.
Currently, Alpine, Debian, Fedora, and Ubuntu are autodetected.Autodetection works partially for Illumos-based operating systems.
Currently, OpenIndiana is autodetected.Building
--------
```sh
$ ./configure
$ make
$ sudo make install
```Usage examples
--------------
Get information on the Digital Mars D compiler from your operating
system's autodetected repository:
* `repology dmd`Get information on the Digital Mars D compiler from all repositories:
* `repology --all dmd`Get 200 items from pkgsrc:
* `repology --repo pkgsrc_current`Get information about both Chrome and Firefox from FreeBSD ports:
* `repology --repo freebsd chromium firefox`Get up to 200 packages maintained by [email protected],
starting with coreutils:
* `repology --maintainer [email protected] --begin coreutils`See the
[manual page](repology.1)
for more information.License
-------
ISC License. See
[`LICENSE`](LICENSE)
for more information.