summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca75466b158a..d7ea8a950831 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Tue Jun 21 18:02:47 UTC 2016
pkgbase = ttf-lightfoot
pkgdesc = Lightfoot font by Paul Lloyd
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 75c480a355fc..41a48dd97270 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,10 +12,10 @@ source=("Lightfoot.zip::http://www.fontstock.net/download/download.ashx?d=317207
md5sums=('156dc4742da480f262dbc631429baa9f'
'028d66e0970500f1bdc6e52b446ab0ec')
-build() {
+package() {
mkdir -p $pkgdir/usr/share/fonts/TTF
cd $srcdir
cp -r ./*/*.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: