1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/cdbs/1/class/makefile.mk
DEB_UPSTREAM_URL = https://github.com/belluzj/fantasque-sans/archive
DEB_UPSTREAM_TARBALL_BASENAME = v${DEB_UPSTREAM_TARBALL_VERSION}
DEB_UPSTREAM_TARBALL_MD5 = 5c91bc04b42240b13c8dfaf3a7bb630d
# Build-Depends
CDBS_BUILD_DEPENDS += ttfautohint, woff-tools, fontforge
# Target for building upstream source
DEB_MAKE_BUILD_TARGET = all
|