summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShadowKyogre2016-06-21 11:03:14 -0700
committerShadowKyogre2016-06-21 11:03:14 -0700
commit3d2435d98d66664b60efc8354a61f1aad3626d11 (patch)
tree4c546c5d078d5d9cdeff81d2b11dbd4c83285cb8
parente1563e4d4f0ed992571bca785bb540e43813ee32 (diff)
downloadaur-3d2435d98d66664b60efc8354a61f1aad3626d11.tar.gz
Use package()
-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: