https://github.com/sofijacom/yandex-browser
Yandex-Browser-for-Void-Linux
https://github.com/sofijacom/yandex-browser
Last synced: about 1 year ago
JSON representation
Yandex-Browser-for-Void-Linux
- Host: GitHub
- URL: https://github.com/sofijacom/yandex-browser
- Owner: sofijacom
- License: cc0-1.0
- Created: 2024-05-15T04:21:13.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-22T12:18:30.000Z (about 1 year ago)
- Last Synced: 2025-04-22T13:34:06.427Z (about 1 year ago)
- Homepage:
- Size: 323 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# _Yandex-Browser-for-Void-Linux _

### Installation
Clone `void-packages` and install the environment for building packages:
```
git clone https://github.com/void-linux/void-packages.git
cd void-packages
./xbps-src binary-bootstrap
```
To collect a package marked "restricted":
```
echo "XBPS_ALLOW_RESTRICTED=yes" >> etc/conf
```
Cloning the repository:
```
cd srcpkgs
git clone https://github.com/sofijacom/yandex-browser.git
cd ../
```
Assembling Yandex Browser:
```
./xbps-src pkg yandex-browser
```
Installing Yandex Browser:
```
sudo xbps-install -v --repository hostdir/binpkgs/nonfree yandex-browser
```