Skip to content
Snippets Groups Projects
Commit 7b9ea84a authored by alice's avatar alice
Browse files

main/font-unifont: rename from unifont

parent a0f86304
No related branches found
No related tags found
No related merge requests found
# Contributor: Breno Leitao <breno.leitao@gmail.com>
# Maintainer:
pkgname=unifont
pkgname=font-unifont
pkgver=15.0.01
pkgrel=1
pkgrel=2
pkgdesc="GNU Unifont glyphs"
url="https://unifoundry.com/unifont/index.html"
arch="all"
options="!check" # No way to test fonts.
license="GFDL-1.3-or-later GPL-2.0-or-later WITH Font-exception-2.0"
subpackages="$pkgname-dev $pkgname-tools $pkgname-doc"
subpackages="unifont-dev unifont-tools unifont-doc"
source="https://unifoundry.com/pub/unifont/unifont-$pkgver/unifont-$pkgver.tar.gz"
builddir="$srcdir/unifont-$pkgver"
build() {
make DESTDIR="$pkgdir"
make
}
package() {
# renamed from unifont
provides="unifont=$pkgver-r$pkgrel"
replaces="unifont"
# only keep OTF
rm font/precompiled/*.ttf
make DESTDIR="$pkgdir" install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment