mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-11 15:26:50 +02:00
testing/font-cozette-vector: enable on 32-bit platforms
This commit is contained in:
parent
24c1a439fc
commit
1ff16e804e
@ -1,12 +1,11 @@
|
||||
maintainer="Hugo Osvaldo Barrera <hugo@whynothugo.nl>"
|
||||
pkgname=font-cozette-vector
|
||||
pkgver=2.0.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
_bitnpicas_ver=2.0
|
||||
pkgdesc="Bitmap programming font optimized for coziness"
|
||||
url="https://github.com/the-moonwitch/Cozette/"
|
||||
# armhf, armv7, x86: openjdk25-jre-headless
|
||||
arch="noarch !armhf !armv7 !x86"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
makedepends="
|
||||
fontforge
|
||||
@ -21,6 +20,11 @@ source="https://github.com/the-moonwitch/Cozette/archive/refs/tags/v.$pkgver.tar
|
||||
options="!check" # no tests
|
||||
builddir="$srcdir/Cozette-v.$pkgver/"
|
||||
|
||||
case "$CARCH" in
|
||||
# No single Java package is available on all supported architectures.
|
||||
armhf | armv7 | x86) makedepends="${makedepends/openjdk25-jre-headless/openjdk8-jre-base}" ;;
|
||||
esac
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
mkdir deps/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user