summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzzy-ac2021-11-11 13:32:01 +0800
committerzzy-ac2021-11-11 13:32:01 +0800
commit69624bee4bd4c42c53fa8e19850aee9df37d30ca (patch)
tree13ce23f965c1d68084b5c4180669e8f136d66af6
downloadaur-69624bee4bd4c42c53fa8e19850aee9df37d30ca.tar.gz
Creat fonts-droid-fallback
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD44
2 files changed, 55 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..321b4eef7716
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,11 @@
+pkgbase = fonts-droid-fallback
+ pkgdesc = 'No Tofu' font families with large Unicode coverage (hinted) Noto is a collection of font families, each visually harmonized across scripts.
+ pkgver = fallback_6.0.1r16
+ pkgrel = 1.1
+ url = http://ftp.de.debian.org/debian/pool/main/f/fonts-android/
+ arch = any
+ license = GPL
+ source = https://mirrors.tuna.tsinghua.edu.cn/debian/pool/main/f/fonts-android/fonts-droid-fallback_6.0.1r16-1.1_all.deb
+ sha256sums = d2096d4edde128fedf6749be2dd204a5810210a6201126d99b8d412344f71056
+
+pkgname = fonts-droid-fallback
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..f52380818a2e
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,44 @@
+# This is an example PKGBUILD file. Use this as a start to creating your own,
+# and remove these comments. For more information, see 'man PKGBUILD'.
+# NOTE: Please fill out the license field for your package! If it is unknown,
+# then please put 'unknown'.
+
+# Maintainer: zzy-ac <zzy-ac@qq.com>
+pkgname=fonts-droid-fallback
+pkgver=fallback_6.0.1r16
+pkgrel=1.1
+pkgdesc="'No Tofu' font families with large Unicode coverage (hinted)
+ Noto is a collection of font families, each visually harmonized across
+ scripts."
+arch=(any)
+url="http://ftp.de.debian.org/debian/pool/main/f/fonts-android/"
+license=('GPL')
+depends=()
+provides=()
+replaces=()
+backup=()
+options=()
+install=
+changelog=
+source=("https://mirrors.tuna.tsinghua.edu.cn/debian/pool/main/f/fonts-android/fonts-droid-fallback_6.0.1r16-1.1_all.deb")
+noextract=()
+validpgpkeys=()
+
+
+
+prepare() {
+ mkdir "$pkgname-$pkgver"
+ tar -xf ${srcdir}/data.tar.xz -C "$pkgname-$pkgver"
+}
+
+#check() {
+# cd "$pkgname-$pkgver"
+# make -k check
+#}
+
+package() {
+ cd "$pkgname-$pkgver"
+ cp -r etc ${pkgdir}
+ cp -r usr ${pkgdir}
+}
+sha256sums=('d2096d4edde128fedf6749be2dd204a5810210a6201126d99b8d412344f71056')