font-via: new ptrcport
This commit is contained in:
parent
4830fa1460
commit
ab043c2297
4 changed files with 33 additions and 0 deletions
33
font-via/APKBUILD
Normal file
33
font-via/APKBUILD
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
||||||
|
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
||||||
|
pkgname=font-via
|
||||||
|
pkgver=1
|
||||||
|
pkgrel=0
|
||||||
|
pkgdesc="DSB brand fonts"
|
||||||
|
url="https://kontrapunkt.com/work/dsb"
|
||||||
|
arch="aarch64 x86_64"
|
||||||
|
license="custom"
|
||||||
|
makedepends="woff2"
|
||||||
|
source="
|
||||||
|
ViaExpertRegular.woff2
|
||||||
|
ViaOfficeBold.woff2
|
||||||
|
ViaOfficeRegular.woff2
|
||||||
|
"
|
||||||
|
builddir="$srcdir"
|
||||||
|
|
||||||
|
build() {
|
||||||
|
for file in *.woff2; do
|
||||||
|
woff2_decompress "$file"
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
mkdir -p "$pkgdir"/usr/share/fonts/via
|
||||||
|
cp ./*.ttf "$pkgdir"/usr/share/fonts/via/
|
||||||
|
}
|
||||||
|
|
||||||
|
sha512sums="
|
||||||
|
8d965455980e55fa16bff5f7c18e27b6fbb45a780e3ab3bf4e3c1274e4151026a0f4ba229181ccaa91a3418605235ba5fa6f8f65bd817fbbec704de7a4045e2b ViaExpertRegular.woff2
|
||||||
|
54362b285cc0ae5ac40c8d9e1746b92a3431c83febf9a5d236382a475c4aae9201ca0aa78af30f3a41975e845a5851b28ccd366cbc3a3d859c7c9fbc4640d137 ViaOfficeBold.woff2
|
||||||
|
ce64d6fc54a3d1fba6d8da7a2d41dc142e46ba7c35255df09a930a7f53d946e2b1aefb7de84c814f92e584b4b39d54665c3172363921089b5d33161e2eaae4b2 ViaOfficeRegular.woff2
|
||||||
|
"
|
BIN
font-via/ViaExpertRegular.woff2
Normal file
BIN
font-via/ViaExpertRegular.woff2
Normal file
Binary file not shown.
BIN
font-via/ViaOfficeBold.woff2
Normal file
BIN
font-via/ViaOfficeBold.woff2
Normal file
Binary file not shown.
BIN
font-via/ViaOfficeRegular.woff2
Normal file
BIN
font-via/ViaOfficeRegular.woff2
Normal file
Binary file not shown.
Loading…
Reference in a new issue