aboutsummaryrefslogtreecommitdiffstats
path: root/testing/font-merriweather/APKBUILD
blob: 994aaa54dae73ecaa443bc04342f00aef8575305 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Contributor: Michal Sidor <public+git@meekchopp.es>
# Maintainer:
pkgname=font-merriweather
_pkgname=merriweather
pkgver=2.001
pkgrel=0
pkgdesc="Merriweather typeface by Eben Sorkin"
url="https://github.com/EbenSorkin/Merriweather"
arch="noarch"
license="OFL-1.1"
depends="fontconfig"
options="!check"
source="merriweather-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
builddir="$srcdir/Merriweather-$pkgver"

package() {
	cd "$builddir"
	install -d "$pkgdir/usr/share/fonts/$_pkgname"
	install -t "$pkgdir"/usr/share/fonts/$_pkgname fonts/otf/*.otf
}

sha512sums="0d9aecb1c33e2b62fcc131bf59ec94448aa14ffa04db60f3780f0d9938ccc4f5cfe73826efb057092a92776d425977b42e00203c4bc9856a08f9e916a52e12a8  merriweather-2.001.tar.gz"