2023-11-04 18:25:42 +09:00
|
|
|
# Maintainer: qwjyh <urataw421 at gmail dot com>
|
|
|
|
|
2024-04-19 21:36:11 +09:00
|
|
|
pkgname=ttf-juisee-bin
|
2024-06-26 00:12:53 +09:00
|
|
|
pkgver=0.2.0
|
2023-11-04 18:25:42 +09:00
|
|
|
pkgrel=1
|
|
|
|
pkgdesc="A font for programming combined from JuliaMono and LINE Seed JP. "
|
|
|
|
arch=('any')
|
|
|
|
url='https://github.com/yuru7/juisee'
|
2023-11-04 20:48:05 +09:00
|
|
|
license=('custom:OFL')
|
2023-11-04 18:25:42 +09:00
|
|
|
source=("$url/releases/download/v$pkgver/Juisee_v$pkgver.zip"
|
2024-06-26 00:12:53 +09:00
|
|
|
"$url/releases/download/v$pkgver/Juisee_NF_v$pkgver.zip"
|
2023-11-04 18:25:42 +09:00
|
|
|
"https://raw.githubusercontent.com/yuru7/juisee/main/LICENSE")
|
|
|
|
|
2024-06-26 00:12:53 +09:00
|
|
|
sha256sums=('787407eebc70d0937aa13025e06536175be9389150659dd07435cd4f4f24f97d'
|
|
|
|
'89908469a147c2a558890e58214b797fb1561d3204164fce670bb1b83563fd1e'
|
2023-11-04 18:25:42 +09:00
|
|
|
'1b4e6393397b7be8b9419b4f238ee675a1fab94d05dde4fec738a83ae25ab3da')
|
|
|
|
|
|
|
|
package() {
|
|
|
|
install -d "$pkgdir"/usr/share/fonts/TTF
|
|
|
|
install -m644 Juisee_v"$pkgver"/*.ttf "$pkgdir"/usr/share/fonts/TTF
|
2024-06-26 00:12:53 +09:00
|
|
|
install -m644 Juisee_NF_v"$pkgver"/*.ttf "$pkgdir"/usr/share/fonts/TTF
|
2023-11-04 18:25:42 +09:00
|
|
|
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
|
|
|
|
}
|