mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-03 19:42:26 +02:00
21 lines
748 B
Plaintext
21 lines
748 B
Plaintext
# Contributor: Siva Mahadevan <me@svmhdvn.name>
|
|
# Maintainer: Siva Mahadevan <me@svmhdvn.name>
|
|
pkgname=font-commit-mono
|
|
_pkgname=CommitMono
|
|
pkgver=1.142
|
|
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="
|
|
5610a9b8aa24b019e5b7c9ae988bc4069fcfd9ea81efdad357895705ab7d5d70973b61c0311e25054cb7febc27fff212ef485b824edd83357f5769a1429401f5 CommitMono-1.142.zip
|
|
"
|