https://github.com/phanect/homebrew-linux-pkgs
[WIP] Homebrew deb package
https://github.com/phanect/homebrew-linux-pkgs
Last synced: 11 months ago
JSON representation
[WIP] Homebrew deb package
- Host: GitHub
- URL: https://github.com/phanect/homebrew-linux-pkgs
- Owner: phanect
- License: cc0-1.0
- Created: 2025-04-14T00:27:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-11T11:33:23.000Z (11 months ago)
- Last Synced: 2025-08-11T11:41:46.946Z (11 months ago)
- Language: Shell
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Homebrew Linux packages
> [!WARNING]
> WIP. Installing this package may break your system.
> Only the package developer (@phanect) is expected to install this package for development purpose currently.
Currently, only deb package is available.
## Install
> [!WARNING]
> When you update this homebrew package, the commands installed by homebrew may be unavailable until you re-login.
Run following commands:
```shell
$ curl -sS https://apt.phanective.org/phanective.gpg | sudo gpg --dearmor --output /usr/share/keyrings/phanective.gpg
$ echo "deb [signed-by=/usr/share/keyrings/phanective.gpg] https://apt.phanective.org stable main" | sudo tee /etc/apt/sources.list.d/phanective.list
$ sudo apt update
$ sudo apt install homebrew
```
## License & Credits
This repository itself is licensed under the [CC0 1.0 Universal](./LICENSE.txt) i.e. Public Domain.