21 lines
597 B
Bash
21 lines
597 B
Bash
# Template file for 'font-vollkorn-ttf'
|
|
pkgname=font-vollkorn-ttf
|
|
version=4.105
|
|
revision=1
|
|
create_wrksrc=yes
|
|
noarch=yes
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
hostmakedepends="unzip"
|
|
depends="font-util"
|
|
short_desc="The free and healthy typeface"
|
|
maintainer="ivierlin <github@ivierlin.de>"
|
|
license="OFL-1.1"
|
|
homepage="http://vollkorn-typeface.com"
|
|
distfiles="http://vollkorn-typeface.com/download/vollkorn-${version/./-}.zip"
|
|
checksum=e650ea9d967c2af1e9b8d34e1118721728bcd73ccfd3220da4264661301e8af5
|
|
|
|
do_install() {
|
|
install -Dm644 TTF/Vollkorn*.ttf -t ${DESTDIR}/usr/share/fonts/TTF
|
|
vlicense OFL.txt
|
|
}
|