https://github.com/jgraichen/debian-blobmoji
Minimal debian package for blobmoji font
https://github.com/jgraichen/debian-blobmoji
Last synced: about 1 month ago
JSON representation
Minimal debian package for blobmoji font
- Host: GitHub
- URL: https://github.com/jgraichen/debian-blobmoji
- Owner: jgraichen
- Created: 2021-02-13T16:41:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-04-13T16:48:03.000Z (3 months ago)
- Last Synced: 2026-04-13T18:29:34.102Z (3 months ago)
- Size: 30.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blobmoji
Minimal debian package for [Blobmoji](https://github.com/C1710/blobmoji) font and a font-config that prefers blobmoji over other other emoji fonts.
## Usage
```bash
dpkg-buildpackage
sudo apt install ../fonts-blobmoji*.deb
```
## Doing a release with updated upstream
```bash
wget -O Blobmoji.ttf https://github.com/C1710/blobmoji/releases/download/v14.0.1/Blobmoji.ttf
# add info about new version to debian/changelog via $EDITOR
dch -i
# set new version to "released" in debian/changelog via $EDITOR (and save!)
dch -r
```