summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD10
3 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 577a189a9006..962f59631cc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Tue Jun 21 18:14:21 UTC 2016
pkgbase = ttf-tangiers
pkgdesc = A free alternative to the Algerian font
pkgver = 1.0
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..a5401c5d685d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+pkg/
+src/
+*.pkg.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 9ba59816a5c9..4d31bc0c21c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,11 +11,11 @@ source=("Tangiers_Normal.ttf::http://www.fontsner.com/download/32393")
md5sums=('27581eea27909741e2411bbf4e26c236')
install=$pkgname.install
-build() {
- cd $srcdir
- mkdir -p $pkgdir/usr/share/fonts/TTF
+package() {
+ cd "$srcdir"
+ mkdir -p "$pkgdir/usr/share/fonts/TTF"
chmod -x ./*.ttf
- cp -Lr ./*.ttf $pkgdir/usr/share/fonts/TTF
+ cp -Lr ./*.ttf "$pkgdir/usr/share/fonts/TTF"
}
-# vim:set ts=2 sw=2 et: \ No newline at end of file
+# vim:set ts=2 sw=2 et: