initial import
This commit is contained in:
25
cantarell-fonts/PKGBUILD
Normal file
25
cantarell-fonts/PKGBUILD
Normal file
@@ -0,0 +1,25 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=cantarell-fonts
|
||||
pkgver=0.111
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="Humanist sans serif font"
|
||||
url="https://gitlab.gnome.org/GNOME/cantarell-fonts"
|
||||
arch=(any)
|
||||
license=(OFL-1.1)
|
||||
makedepends=(meson gettext-tiny)
|
||||
source=("https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")
|
||||
sha512sums=('638298a6381a3ede862d1b100fcfea943bebb5e1c0dc4f1597ab2f841e933b484436b139090a669c770c02483a24f2b92bbd12bce71d7a40eb4c325573e3df9e')
|
||||
|
||||
build() {
|
||||
hyperbola-meson $pkgname-$pkgver build -D useprebuilt=true
|
||||
ninja -C build
|
||||
}
|
||||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" meson install -C build
|
||||
install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname-$pkgver/COPYING
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
||||
Reference in New Issue
Block a user