update to v0.2.0

This commit is contained in:
qwjyh 2024-06-26 00:12:53 +09:00
parent 095d490943
commit 0f9ff45948

View file

@ -1,23 +1,23 @@
# Maintainer: qwjyh <urataw421 at gmail dot com> # Maintainer: qwjyh <urataw421 at gmail dot com>
pkgname=ttf-juisee-bin pkgname=ttf-juisee-bin
pkgver=0.0.5 pkgver=0.2.0
pkgrel=1 pkgrel=1
pkgdesc="A font for programming combined from JuliaMono and LINE Seed JP. " pkgdesc="A font for programming combined from JuliaMono and LINE Seed JP. "
arch=('any') arch=('any')
url='https://github.com/yuru7/juisee' url='https://github.com/yuru7/juisee'
license=('custom:OFL') license=('custom:OFL')
source=("$url/releases/download/v$pkgver/Juisee_v$pkgver.zip" source=("$url/releases/download/v$pkgver/Juisee_v$pkgver.zip"
"$url/releases/download/v$pkgver/Juisee_HW_v$pkgver.zip" "$url/releases/download/v$pkgver/Juisee_NF_v$pkgver.zip"
"https://raw.githubusercontent.com/yuru7/juisee/main/LICENSE") "https://raw.githubusercontent.com/yuru7/juisee/main/LICENSE")
sha256sums=('fe34a215c1814afdc24b3fa3131d13c7deb2e5625097ce47fa884580eb1983d6' sha256sums=('787407eebc70d0937aa13025e06536175be9389150659dd07435cd4f4f24f97d'
'f3142e9846608dcb89414155ac9ca96922f4c7efd6156256ed2fee9a956ddee1' '89908469a147c2a558890e58214b797fb1561d3204164fce670bb1b83563fd1e'
'1b4e6393397b7be8b9419b4f238ee675a1fab94d05dde4fec738a83ae25ab3da') '1b4e6393397b7be8b9419b4f238ee675a1fab94d05dde4fec738a83ae25ab3da')
package() { package() {
install -d "$pkgdir"/usr/share/fonts/TTF install -d "$pkgdir"/usr/share/fonts/TTF
install -m644 Juisee_v"$pkgver"/*.ttf "$pkgdir"/usr/share/fonts/TTF install -m644 Juisee_v"$pkgver"/*.ttf "$pkgdir"/usr/share/fonts/TTF
install -m644 Juisee_HW_v"$pkgver"/*.ttf "$pkgdir"/usr/share/fonts/TTF install -m644 Juisee_NF_v"$pkgver"/*.ttf "$pkgdir"/usr/share/fonts/TTF
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
} }