gdritter repos void-extra-packages / master srcpkgs / font-fira-code-otf / template
master

Tree @master (Download .tar.gz)

template @masterraw · history · blame

# Template file for 'font-fira-code-otf'
pkgname=font-fira-code-otf
version=1.200
revision=2
create_wrksrc=yes
hostmakedepends=""
makedepends=""
depends="font-util xbps-triggers"
font_dirs="/usr/share/fonts/OTF"
short_desc="Monospace font with programming ligatures"
maintainer="Getty Ritter <font-fira-code-otf-pkg@infinitenegativeutility.com>"
license="SIL"
homepage="https://github.com/tonsky/FiraCode"
distfiles="https://github.com/tonsky/FiraCode/archive/${version}.tar.gz"
checksum=4b7a4da9cdcbde4bb7b7f2df9e6d278d86d933be603867ae1ca844a43138c0b1

do_install() {
	vmkdir usr/share/fonts/OTF

	for files in FiraCode-${version}/distr/otf/*; do
		vinstall ${files} 644 /usr/share/fonts/OTF
	done
}