font-firacode: update to 1.207
This commit is contained in:
parent
e1657221eb
commit
fb2412ac30
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'font-firacode'
|
# Template file for 'font-firacode'
|
||||||
pkgname=font-firacode
|
pkgname=font-firacode
|
||||||
version=1.206
|
version=1.207
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
hostmakedepends="unzip"
|
hostmakedepends="unzip"
|
||||||
font_dirs="/usr/share/fonts/OTF"
|
|
||||||
short_desc="FiraCode: monospaced font with programming ligatures"
|
short_desc="FiraCode: monospaced font with programming ligatures"
|
||||||
maintainer="Issam Maghni <me@concati.me>"
|
maintainer="Issam Maghni <me@concati.me>"
|
||||||
license="OFL-1.1"
|
license="OFL-1.1"
|
||||||
homepage="https://github.com/tonsky/${pkgname#*-}"
|
homepage="https://github.com/tonsky/${pkgname#*-}"
|
||||||
changelog="https://github.com/tonsky/FiraCode/raw/master/CHANGELOG.md"
|
changelog="https://github.com/tonsky/FiraCode/raw/master/CHANGELOG.md"
|
||||||
distfiles="${homepage}/releases/download/${version}/${pkgname#*-}_${version}.zip"
|
distfiles="${homepage}/releases/download/${version}/${pkgname#*-}_${version}.zip"
|
||||||
checksum=433e9e059e53ae1e94c674819b73e49d65bd76e3c6ec70f42d2324062ea3210b
|
checksum=ba8d1a9ff3ad1bce7decc48db7a1e95c6116959cc5b9b80dc307b615eec3dfee
|
||||||
|
font_dirs="/usr/share/fonts/OTF"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -Dm644 otf/* -t ${DESTDIR}/${font_dirs}
|
install -Dm644 otf/* -t ${DESTDIR}/${font_dirs}
|
||||||
|
|
Loading…
Reference in New Issue