mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/ttf-mononoki: new aport
http://madmalik.github.io/mononoki/ Mononoki - font for programming and code review
This commit is contained in:
parent
5580eb3b18
commit
5dd02fb3d9
19
testing/ttf-mononoki/APKBUILD
Normal file
19
testing/ttf-mononoki/APKBUILD
Normal file
@ -0,0 +1,19 @@
|
||||
# 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"
|
||||
Loading…
x
Reference in New Issue
Block a user