mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
testing/font-comic-neue: new aport
This commit is contained in:
parent
eff8c63e36
commit
eb41792cff
26
testing/font-comic-neue/APKBUILD
Normal file
26
testing/font-comic-neue/APKBUILD
Normal file
@ -0,0 +1,26 @@
|
||||
# Contributor: Orson Teodoro <orsonteodoro@hotmail.com>
|
||||
# Maintainer: Orson Teodoro <orsonteodoro@hotmail.com>
|
||||
pkgname=font-comic-neue
|
||||
_pkgname=comicneue
|
||||
pkgver=2.4
|
||||
pkgrel=0
|
||||
pkgdesc="Comic Neue is a font that fixes the shortcomings of Comic Sans"
|
||||
url="http://comicneue.com/"
|
||||
arch="noarch"
|
||||
license="OFL-1.1"
|
||||
depends="fontconfig"
|
||||
options="!check" # data files no tests distributed
|
||||
source="$_pkgname-$pkgver.tar.gz::https://github.com/crozynski/$_pkgname/archive/v$pkgver.tar.gz"
|
||||
subpackages="$pkgname-doc"
|
||||
builddir="$srcdir/$_pkgname-$pkgver"
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
install -d "$pkgdir/usr/share/fonts/$_pkgname" \
|
||||
"$pkgdir"/usr/share/doc/$_pkgname/
|
||||
install -t "$pkgdir"/usr/share/fonts/$_pkgname OTF/*.otf
|
||||
install -t "$pkgdir"/usr/share/doc/$_pkgname/ FONTLOG.txt \
|
||||
Booklet-ComicNeue.pdf README.md
|
||||
}
|
||||
|
||||
sha512sums="400934ecc951877456ffd1de6118d794b73b08bce438abdbeb4cec67c652338a785948ccc3d83acec8bd7c3d0c51102bccca9f2d15fac31b73378f8a3ed2e98a comicneue-2.4.tar.gz"
|
Loading…
Reference in New Issue
Block a user