mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-29 15:32:01 +01:00
community/font-iosevka: lock dep package() vers
This commit is contained in:
parent
da158ef9c0
commit
69f731512e
@ -2,7 +2,7 @@
|
|||||||
# Maintainer: psykose <alice@ayaya.dev>
|
# Maintainer: psykose <alice@ayaya.dev>
|
||||||
pkgname=font-iosevka
|
pkgname=font-iosevka
|
||||||
pkgver=20.0.0
|
pkgver=20.0.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Versatile typeface for code, from code"
|
pkgdesc="Versatile typeface for code, from code"
|
||||||
url="https://typeof.net/Iosevka/"
|
url="https://typeof.net/Iosevka/"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
@ -28,12 +28,12 @@ builddir="$srcdir"
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
depends="
|
depends="
|
||||||
$pkgname-base
|
$pkgname-base=$pkgver-r$pkgrel
|
||||||
$pkgname-aile
|
$pkgname-aile=$pkgver-r$pkgrel
|
||||||
$pkgname-slab
|
$pkgname-slab=$pkgver-r$pkgrel
|
||||||
$pkgname-curly
|
$pkgname-curly=$pkgver-r$pkgrel
|
||||||
$pkgname-curly-slab
|
$pkgname-curly-slab=$pkgver-r$pkgrel
|
||||||
"
|
"
|
||||||
|
|
||||||
install -Dm644 "$builddir"/*.ttc \
|
install -Dm644 "$builddir"/*.ttc \
|
||||||
-t "$pkgdir"/usr/share/fonts/${pkgname#font-}
|
-t "$pkgdir"/usr/share/fonts/${pkgname#font-}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user