An open API service indexing awesome lists of open source software.

https://github.com/kveld9/ttf-apple-emoji

Apple Emojis adapted for installation via xbps-src for the Void Linux distribution.
https://github.com/kveld9/ttf-apple-emoji

apple-emoji apple-emoji-linux gnu-linux void void-linux void-packages xbps xbps-src

Last synced: about 2 months ago
JSON representation

Apple Emojis adapted for installation via xbps-src for the Void Linux distribution.

Awesome Lists containing this project

README

        

# ttf-apple-emoji template for Void Linux.
Apple Emojis adapted for installation via xbps-src for the Void Linux distribution.

## Installation steps.
1. Download this repo as a zip.
2. Extract the content.
3. Rename the folder ```ttf-apple-emoji-main``` to ```ttf-apple-emoji```.
4. Move the folder to ```void-packages/srcpkgs```.
5. Execute ```./xbps-src pkg -j$(nproc) ttf-apple-emoji```. # remember to stay in the void-packages directory.
6. Install the package by executing ```xi ttf-apple-emoji```.
7. It is recomendded to execute ```fc-cache -f -v``` to regenerate font cache.

## Credits.
- [apple-emoji-linux](https://github.com/samuelngs/apple-emoji-linux)
- [ttf-apple-emoji - AUR](https://aur.archlinux.org/packages/ttf-apple-emoji)
- [xbps-src](https://github.com/void-linux/void-packages)