~alpine/aports

[alpine-aports] [PATCH] testing/font-merriweather: new aport

Details
Message ID
<20180901180642.3440-1-michal.sidor@students.mimuw.edu.pl>
Sender timestamp
1535825202
DKIM signature
missing
Download raw message
Patch: +22 -0
From: "Michal Sidor (Michcioperz)" <public+git@meekchopp.es>

---
 testing/font-merriweather/APKBUILD | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 testing/font-merriweather/APKBUILD

diff --git a/testing/font-merriweather/APKBUILD b/testing/font-merriweather/APKBUILD
new file mode 100644
index 0000000000..994aaa54da
--- /dev/null
+++ b/testing/font-merriweather/APKBUILD
@@ -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"
-- 
2.18.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)