font-b612: update license, fix distfiles url, https homepage

This commit is contained in:
ghost 2022-08-16 14:00:43 +02:00 committed by classabbyamp
parent a5397902c7
commit 4168344ba6

View File

@ -1,14 +1,14 @@
# Template file for 'font-b612'
pkgname=font-b612
version=1.008
revision=2
revision=3
wrksrc="b612-${version}"
depends="font-util xbps-triggers"
short_desc="Highly legible font family designed for aircraft cockpit screens"
maintainer="ghost <gh0st@vivaldi.net>"
license="EPL-1.0"
homepage="http://b612-font.com/"
distfiles="https://github.com/polarsys/b612/archive/${version}.tar.gz"
license="EPL-2.0, BSD-3-Clause, OFL-1.1"
homepage="https://b612-font.com/"
distfiles="https://github.com/polarsys/b612/archive/refs/tags/${version}.tar.gz"
checksum=bfe4827931a22ecde5576c2bd06b462d467b89fa580b6ded651346f94eba8dd6
font_dirs="/usr/share/fonts/TTF"
@ -16,4 +16,5 @@ font_dirs="/usr/share/fonts/TTF"
do_install() {
vmkdir usr/share/fonts/TTF
vcopy fonts/ttf/* usr/share/fonts/TTF
vlicense edl-v10.html
}