mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-11 20:16:40 +02:00
20 lines
748 B
Text
20 lines
748 B
Text
# Contributor: Siva Mahadevan <me@svmhdvn.name>
|
|
# Maintainer: Siva Mahadevan <me@svmhdvn.name>
|
|
pkgname=font-commit-mono
|
|
_pkgname=CommitMono
|
|
pkgver=1.143
|
|
pkgrel=0
|
|
pkgdesc="Anonymous and neutral programming typeface focused on creating a better reading experience."
|
|
url="https://commitmono.com/"
|
|
arch="noarch"
|
|
license="OFL-1.1"
|
|
source="https://github.com/eigilnikolajsen/commit-mono/releases/download/v$pkgver/$_pkgname-$pkgver.zip"
|
|
builddir="$srcdir/$_pkgname-$pkgver"
|
|
options="!check" # is a font
|
|
|
|
package() {
|
|
install -Dm644 ./*.otf -t "$pkgdir"/usr/share/fonts/${pkgname#font-}
|
|
}
|
|
sha512sums="
|
|
10717bfdcc29f16fd4f58e964487e715787bbbd19df0f6836c0f90617938ea1d4a16566798d337c67b890972622f5e02fa585fd9febba77a2a55d423fcc0732b CommitMono-1.143.zip
|
|
"
|