Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 994 Bytes

README.md

File metadata and controls

47 lines (25 loc) · 994 Bytes

Fonts-Roboto

Font Roboto is a Roboto font family

Disclaimer

This is not an official package from Google.

Current version: 1.0

Prerequisites

Building requires command dpkg-buildpackage and dh_make. You must install git to clone source or get it via HTTPS

Building the source code

If you are newbie, this is guide for quick build.

First checkout the code from the git repo:

git clone [email protected]:ansidev/fonts-roboto.git fonts-roboto-1.0

Build the binary:

Change to directory fonts-roboto-1.0

cd fonts-roboto-1.0

And then generate file fonts-roboto_{$VERSION}.orig.tar.xz (you must install package dh-make first):

dh_make --createorig

Start build package:

dpkg-buildpackage -uc -us -b

Finally, test package:

lintian ../fonts-roboto_{$VERSION}_all.deb

Install package into the Ubuntu/Debian system

sudo dpkg -i ../fonts-roboto_{$VERSION}_all.deb