22 lines
654 B
Bash
22 lines
654 B
Bash
# Template file for 'font-3270'
|
|
pkgname=font-3270
|
|
version=2.0.1
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="3270font-${version}"
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
build_style=gnu-makefile
|
|
make_build_target="font"
|
|
hostmakedepends="font-util fontforge"
|
|
short_desc="A 3270 font in a modern format"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/rbanffy/3270font"
|
|
distfiles="https://github.com/rbanffy/3270font/archive/v${version}.tar.gz"
|
|
checksum=e1c6e72765083777cf5324b7ecf2b65b05c8f0fd6d2d6c4c64a8f4583896b1df
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fonts/TTF
|
|
vcopy build/*.ttf usr/share/fonts/TTF
|
|
vlicense LICENSE.txt
|
|
}
|