mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/font-merriweather: new aport
This commit is contained in:
parent
1b6f5a82da
commit
0679ed9632
22
testing/font-merriweather/APKBUILD
Normal file
22
testing/font-merriweather/APKBUILD
Normal file
@ -0,0 +1,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"
|
||||
Loading…
x
Reference in New Issue
Block a user