mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 19:55:26 +03:00
25 lines
1,005 B
Text
25 lines
1,005 B
Text
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=font-ubuntu
|
|
pkgver=0.83
|
|
pkgrel=0
|
|
pkgdesc="Ubuntu font family"
|
|
url="https://design.ubuntu.com/font/"
|
|
arch="noarch"
|
|
license="custom:Ubuntu Font License 1.0"
|
|
source="https://assets.ubuntu.com/v1/fad7939b-ubuntu-font-family-$pkgver.zip
|
|
81-ubuntu.conf
|
|
"
|
|
options="!check" # No code to test
|
|
builddir="$srcdir/ubuntu-font-family-$pkgver"
|
|
|
|
package() {
|
|
install -Dm644 ./*.ttf -t "$pkgdir"/usr/share/fonts/ubuntu
|
|
install -Dm644 "$srcdir"/81-ubuntu.conf -t "$pkgdir"/usr/share/fontconfig/conf.avail/
|
|
install -Dm644 LICENCE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
|
|
}
|
|
|
|
sha512sums="
|
|
d9ab7afc8aab55810de6e403aa02c0118bb35d94844cc14bb07b71daef4c6d63a9c927f0e81a9f97d29904512d94fa0226fbff2341351ac000fc233d2dc55727 fad7939b-ubuntu-font-family-0.83.zip
|
|
e1db03108f47067e431dd37cdc7233d8783e27aeba4fc9a631745f3e38f438289ea5805cf095eace5fcd0225b11884f0b65ece43fc835cf38b5805bc13f76c2c 81-ubuntu.conf
|
|
"
|