From 49c8151dbbe037bd2f66c8dcb9f3b91986bd78b8 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Thu, 1 Mar 2018 03:12:41 +0000 Subject: community/ttf-cantarell: move from testing --- community/ttf-cantarell/APKBUILD | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 community/ttf-cantarell/APKBUILD (limited to 'community') diff --git a/community/ttf-cantarell/APKBUILD b/community/ttf-cantarell/APKBUILD new file mode 100644 index 0000000000..8d14472aed --- /dev/null +++ b/community/ttf-cantarell/APKBUILD @@ -0,0 +1,37 @@ +# Maintainer: William Pitcock +pkgname=ttf-cantarell +pkgver=0.0.25 +pkgrel=0 +pkgdesc="GNOME default font" +url="https://wiki.gnome.org/Projects/CantarellFonts" +arch="noarch" +license="Custom" +depends="" +makedepends="" +install="" +install_if="gnome-shell" +subpackages="" +source="https://download.gnome.org/sources/cantarell-fonts/${pkgver%.*}/cantarell-fonts-$pkgver.tar.xz" +builddir="$srcdir/cantarell-fonts-$pkgver" + +# it's just data, no testsuites +options="!check" + +build() { + cd "$builddir" + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --localstatedir=/var + make +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install +} + +sha512sums="c09c3ecb3d4c50f613234398fabd327ca92b8abbc27082e8e98f2944f3dd9f0c2ff4c022ff5e5503a86e724bb8e2fbf6cd081f8a29e91b4209f5bf0e32168c3e cantarell-fonts-0.0.25.tar.xz" -- cgit v1.2.3