diff --git a/font-noto-ikea/APKBUILD b/font-noto-ikea/APKBUILD new file mode 100644 index 0000000..25effbf --- /dev/null +++ b/font-noto-ikea/APKBUILD @@ -0,0 +1,32 @@ +# Contributor: Patrycja Rosa +# Maintainer: Patrycja Rosa +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 +" diff --git a/font-noto-ikea/noto-ikea-latin-bold.woff2 b/font-noto-ikea/noto-ikea-latin-bold.woff2 new file mode 100644 index 0000000..bd13a84 Binary files /dev/null and b/font-noto-ikea/noto-ikea-latin-bold.woff2 differ diff --git a/font-noto-ikea/noto-ikea-latin-regular.woff2 b/font-noto-ikea/noto-ikea-latin-regular.woff2 new file mode 100644 index 0000000..40b6241 Binary files /dev/null and b/font-noto-ikea/noto-ikea-latin-regular.woff2 differ