Package Details: ttf-mononoki 1.6-2

Git Clone URL: https://aur.archlinux.org/ttf-mononoki.git (read-only, click to copy)
Package Base: ttf-mononoki
Description: Monospace font for programmers, successor of monoOne
Upstream URL: https://madmalik.github.io/mononoki/
Keywords: mononoki monoone monospace ttf
Licenses: custom:OFL
Conflicts: ttf-mononoki-git
Provides: ttf-mononoki
Submitter: chungy
Maintainer: zoorat
Last Packager: zoorat
Votes: 25
Popularity: 0.38
First Submitted: 2016-06-10 20:03 (UTC)
Last Updated: 2023-11-12 16:20 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

zoorat commented on 2023-11-08 09:51 (UTC)

@snowman11 thanks, i will maintain this package from now on

snowman11 commented on 2023-10-03 19:15 (UTC)

Hello this package has been flagged out of date for a while.

I have written an updated pkgbuild for version 1.6.

pkgname=ttf-mononoki
pkgver=1.6
pkgrel=1
pkgdesc="Monospace font for programmers, successor of monoOne"
arch=('any')
url="https://madmalik.github.io/mononoki/"
license=('custom:OFL')
depends=('fontconfig')
source=("$pkgname-$pkgver.tar.gz::https://github.com/madmalik/mononoki/archive/$pkgver.tar.gz")
sha256sums=('efc58157e8684061fc10933861a18fa6810e45c04c8a0420bd8cc7fc901b80bf')

package() {
  cd mononoki-$pkgver
  install -dm755 "$pkgdir/usr/share/fonts/ttf-mononoki"
  install -m644 -t "$pkgdir/usr/share/fonts/ttf-mononoki" export/*.ttf
  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}

The changes are

c2
< pkgver=1.5
---
> pkgver=1.6
9,10c9,10
< source=("https://github.com/madmalik/mononoki/archive/$pkgver.tar.gz")
< sha256sums=('75071aa1baadc9a63d9808656eb3b525b7d777ad302e92cc28d2054b85a0e74d')
---
> source=("$pkgname-$pkgver.tar.gz::https://github.com/madmalik/mononoki/archive/$pkgver.tar.gz")
> sha256sums=('efc58157e8684061fc10933861a18fa6810e45c04c8a0420bd8cc7fc901b80bf')

$pkgname-$pkgver.tar.gz:: was added as namcap wants it. namcap -i PKGBUILD gives

PKGBUILD (ttf-mononoki) W: Missing Maintainer tag PKGBUILD (ttf-mononoki) I: Missing Contributor tag PKGBUILD (ttf-mononoki) W: Non-unique source name (1.5.tar.gz). Use a unique filename.

<deleted-account> commented on 2020-04-27 20:29 (UTC)

missing makedepends=('git')