font-3270: update to 2.0.0. (#1707)
This commit is contained in:
parent
d315893b56
commit
e925d8f86a
|
@ -1,22 +1,19 @@
|
|||
# Template file for 'font-3270'
|
||||
pkgname=font-3270
|
||||
version=1.2.23
|
||||
version=2.0.0
|
||||
revision=1
|
||||
wrksrc=3270font-${version}
|
||||
noarch=yes
|
||||
wrksrc="3270font-${version}"
|
||||
font_dirs="/usr/share/fonts/TTF"
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="font-util xbps-triggers fontforge"
|
||||
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"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/rbanffy/3270font"
|
||||
distfiles="https://github.com/rbanffy/3270font/archive/v${version}.tar.gz"
|
||||
checksum=cce3c52fb4fd2d90315fef1bcf22797d94d991f44d03e864f314cf148087317b
|
||||
noarch="yes"
|
||||
|
||||
do_build() {
|
||||
make font
|
||||
}
|
||||
checksum=46eae7e13ca38037e55c269c2a8fa26af7e9db10abf203fd35494dbc3d39a15c
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/fonts/TTF
|
||||
|
|
Loading…
Reference in New Issue