19 lines
626 B
Bash
19 lines
626 B
Bash
# Template file for 'tegaki-zinnia-japanese'
|
|
pkgname=tegaki-zinnia-japanese
|
|
version=0.3
|
|
revision=1
|
|
short_desc="Japanese handwriting model for Zinnia"
|
|
maintainer="Matthias von Faber <mvf@gmx.eu>"
|
|
homepage="https://tegaki.github.io"
|
|
license="GPL-2"
|
|
hostmakedepends="unzip"
|
|
distfiles="https://github.com/tegaki/tegaki/releases/download/v0.3/${pkgname}-${version}.zip"
|
|
checksum=07861bbb5440d74e705864721f12a5ce1c7f21a869f9c95ff21433d8994aafda
|
|
noarch=yes
|
|
|
|
do_install() {
|
|
vmkdir usr/share/tegaki/models/zinnia
|
|
vcopy handwriting-ja.meta usr/share/tegaki/models/zinnia/
|
|
vcopy handwriting-ja.model usr/share/tegaki/models/zinnia/
|
|
}
|