mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
20 lines
679 B
Plaintext
20 lines
679 B
Plaintext
# Contributor: Ivan Tham <pickfire@riseup.net>
|
|
# Maintainer: Ivan Tham <pickfire@riseup.net>
|
|
pkgname=ttf-mononoki
|
|
pkgver=1.2
|
|
pkgrel=0
|
|
pkgdesc="Mononoki - font for programming and code review"
|
|
url="http://madmalik.github.io/mononoki/"
|
|
arch="noarch"
|
|
license="OFL"
|
|
depends="fontconfig mkfontscale"
|
|
source="https://github.com/madmalik/mononoki/releases/download/1.2/mononoki.zip"
|
|
builddir="$srcdir/"
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"/usr/share/fonts/$pkgname
|
|
install -m644 "$srcdir"/*.ttf "$pkgdir"/usr/share/fonts/$pkgname
|
|
}
|
|
|
|
sha512sums="6fa2722f3556885271b3ddf25d18e1d7d7261854fc4af65a470f40ccfd9534972eeb480060c2b9a0d94d0c84ad9a5db967d8e5f61312c64d92d23bfab47cdad8 mononoki.zip"
|