summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 837da948437ef1d6606cc088e749739a9c46ae94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Maki <maki@hotmilk.space>

pkgname=otf-sn-pro
pkgver=1.0.0
pkgrel=2
pkgdesc="SN Pro is based on Nunito, a brilliant rounded font."
arch=("any")
url="https://supernotes.app/open-source/sn-pro"
license=("OFL")
source=("https://github.com/supernotes/sn-pro/releases/download/$pkgver/SN-Pro.zip")
sha256sums=("3ede9d0f787fb819e9e7096bded9c1793a92ac88dd06cc28ae08d6a5c1aa2dfe")

package() {
	cd "SNPro"
	install -Dm644 *.otf -t "$pkgdir/usr/share/fonts/OTF/"
	install -Dm644 OFL.txt -t "$pkgdir/usr/share/licenses/$pkgname"
}