https://github.com/xyproto/base-devel
Small utility with a name intended to help find bugs in package managers, web interfaces and AUR helpers
https://github.com/xyproto/base-devel
Last synced: 3 months ago
JSON representation
Small utility with a name intended to help find bugs in package managers, web interfaces and AUR helpers
- Host: GitHub
- URL: https://github.com/xyproto/base-devel
- Owner: xyproto
- License: gpl-2.0
- Created: 2022-08-14T10:23:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-14T11:08:18.000Z (about 3 years ago)
- Last Synced: 2025-06-11T12:47:59.333Z (4 months ago)
- Language: Go
- Homepage:
- Size: 987 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# base-devel
A small utility with a name intended for testing package manager behavior and to help iron out bugs in web interfaces and AUR helpers.
* It lists all directories in `PATH` that are named `.bin` or `bin`.
* If the `-n` flag is passed, directories in `PATH` that are not named `.bin` or `bin` are listed.## Installation
For Go 1.18 or later:
go install github.com/xyproto/base-devel@latest
## General information
* License: GPL2
* Version: 0.0.1