commit bd84558
chld
·
2026-08-30 23:27:45 +0000 UTC
parent 194626a
font-scientifica: init
2 files changed,
+20,
-0
+6,
-0
1@@ -0,0 +1,6 @@
2+name: scientifica
3+description: tall, condensed, bitmap font for geeks
4+license: SIL Open Font
5+upstream: https://github.com/oppiliappan/scientifica
6+version: 2.3
7+maintainer:
+14,
-0
1@@ -0,0 +1,14 @@
2+#!/bin/sh -ue
3+NAME=scientifica
4+VERSION=2.3
5+RELEASE=1
6+SOURCE="https://github.com/oppiliappan/scientifica/releases/download/v${VERSION}/${NAME}.tar"
7+
8+build(){
9+ mkdir -p $PKG/$PREFIX/share/fonts/${NAME}/
10+
11+ for i in bdf otb ttf; do
12+ cp $i/* $PKG/$PREFIX/share/fonts/${NAME}/
13+ done
14+}
15+. ${0%/*}/../../libsh/libdmake.sh