🔒 Repository is read-only – file editing is disabled.

recipes/gui/cantarell-fonts/PAGBUILD.yaml main

33 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930313233
pkgname: 'cantarell-fonts'
pkgver: '0.303.1'
pkgrel: '2'
pkgdesc: 'Cantarell font family'
url: 'https://gitlab.gnome.org/GNOME/cantarell-fonts'
arch: x86_64
depends: []
makedepends:
- meson
- 'appstream-glib'

source:
- 'https://download.gnome.org/sources/${pkgname}/0.303/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}

  mkdir build
  cd    build

  meson --prefix=/usr \
        -Duseprebuilt=true \
        ..

  ninja

  DESTDIR=${PKGDIR} ninja install

package: |
  true