bump version to 0.0.4 and add HW fonts

This commit is contained in:
qwjyh 2023-11-04 20:48:05 +09:00
parent 147f41a0bd
commit 3be6e1276d
2 changed files with 21 additions and 3 deletions

15
.SRCINFO Normal file
View file

@ -0,0 +1,15 @@
pkgbase = ttf-juisee
pkgdesc = A font for programming combined from JuliaMono and LINE Seed JP.
pkgver = 0.0.4
pkgrel = 1
url = https://github.com/yuru7/juisee
arch = any
license = custom:OFL
source = https://github.com/yuru7/juisee/releases/download/v0.0.4/Juisee_v0.0.4.zip
source = https://github.com/yuru7/juisee/releases/download/v0.0.4/Juisee_HW_v0.0.4.zip
source = https://raw.githubusercontent.com/yuru7/juisee/main/LICENSE
sha256sums = 36f7bac0e89d76719d6948fc042721331e22c5a683c5f10de7ddb0ff12c2dde1
sha256sums = 75c1b3db77e379800e4338d41efa8b48cc1b42f0d31645cc1c7c2f327906db11
sha256sums = 1b4e6393397b7be8b9419b4f238ee675a1fab94d05dde4fec738a83ae25ab3da
pkgname = ttf-juisee

View file

@ -1,20 +1,23 @@
# Maintainer: qwjyh <urataw421 at gmail dot com>
pkgname=ttf-juisee
pkgver=0.0.3
pkgver=0.0.4
pkgrel=1
pkgdesc="A font for programming combined from JuliaMono and LINE Seed JP. "
arch=('any')
url='https://github.com/yuru7/juisee'
license=('custom:OFL-1.1')
license=('custom:OFL')
source=("$url/releases/download/v$pkgver/Juisee_v$pkgver.zip"
"$url/releases/download/v$pkgver/Juisee_HW_v$pkgver.zip"
"https://raw.githubusercontent.com/yuru7/juisee/main/LICENSE")
sha256sums=('87725656b1e3cae9b097454269ce4c2828e2019290fd3752013071421a48bc7b'
sha256sums=('36f7bac0e89d76719d6948fc042721331e22c5a683c5f10de7ddb0ff12c2dde1'
'75c1b3db77e379800e4338d41efa8b48cc1b42f0d31645cc1c7c2f327906db11'
'1b4e6393397b7be8b9419b4f238ee675a1fab94d05dde4fec738a83ae25ab3da')
package() {
install -d "$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 -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
}