font-noto-ikea: new ptrcport
This commit is contained in:
parent
80c8372a2c
commit
cf671620d5
3 changed files with 32 additions and 0 deletions
32
font-noto-ikea/APKBUILD
Normal file
32
font-noto-ikea/APKBUILD
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
||||||
|
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
||||||
|
pkgname=font-noto-ikea
|
||||||
|
pkgver=1
|
||||||
|
pkgrel=0
|
||||||
|
pkgdesc="IKEA marketing fonts"
|
||||||
|
url="https://ikea.com"
|
||||||
|
arch="aarch64 x86_64"
|
||||||
|
license="custom"
|
||||||
|
makedepends="woff2"
|
||||||
|
source="
|
||||||
|
noto-ikea-latin-bold.woff2
|
||||||
|
noto-ikea-latin-regular.woff2
|
||||||
|
"
|
||||||
|
builddir="$srcdir"
|
||||||
|
options="!check" # is font
|
||||||
|
|
||||||
|
build() {
|
||||||
|
for file in *.woff2; do
|
||||||
|
woff2_decompress "$file"
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
mkdir -p "$pkgdir"/usr/share/fonts/noto-ikea
|
||||||
|
cp ./*.ttf "$pkgdir"/usr/share/fonts/noto-ikea/
|
||||||
|
}
|
||||||
|
|
||||||
|
sha512sums="
|
||||||
|
feb21424972d70b99c5fcf6cca1b11fe4380950e7be6abf7c27f87cd10444c9830ce45192619d4de8128b3b9cfd830ea996e2063736b51044fc5434ef64e880e noto-ikea-latin-bold.woff2
|
||||||
|
8b20fc782f0243cc56a65f24687efb0221297cc582fa94180e3cb96b03a10cc50ae65e01c6e8daec5b0da807943f9e637230da73a999bc2061d40ac553633876 noto-ikea-latin-regular.woff2
|
||||||
|
"
|
BIN
font-noto-ikea/noto-ikea-latin-bold.woff2
Normal file
BIN
font-noto-ikea/noto-ikea-latin-bold.woff2
Normal file
Binary file not shown.
BIN
font-noto-ikea/noto-ikea-latin-regular.woff2
Normal file
BIN
font-noto-ikea/noto-ikea-latin-regular.woff2
Normal file
Binary file not shown.
Loading…
Reference in a new issue