summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStezkoy2020-02-14 15:10:55 +0500
committerJonas Witschel2020-03-08 23:07:02 +0100
commit2553f28528d95428c5723d75c18a7236fa1699f6 (patch)
treea7c34ce5fa710e7d1b86d18e30413b918446de45 /PKGBUILD
downloadaur-ttf-product-sans.tar.gz
ignore
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..989b1be36d7d
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Stezkoy <seracam@yandex.ru>
+pkgname=ttf-product-sans
+pkgver=1.0
+pkgrel=1
+pkgdesc="Product Sans is a geometric sans-serif typeface created by Google for branding purposes."
+arch=('any')
+license=('Proprietary')
+depends=('fontconfig' 'xorg-font-utils')
+install=ttf-product-sans.install
+url="https://www.google.com/"
+source=('local://product.ttf')
+
+package() {
+ install -Dm0644 product.ttf $pkgdir/usr/share/fonts/TTF/product.ttf
+}
+
+sha256sums=('d23139478aa3b37805e6790e32ec724ff5622cffb1633832b062538a3b0055a5')