summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShadowKyogre2016-06-21 11:13:04 -0700
committerShadowKyogre2016-06-21 11:13:04 -0700
commitc10b39af548388ea3d7fef60376843a9d35db952 (patch)
treecaea207881e97f60c93e61b55172355ef88ed497
parent4cefe1b0023230cdcf90dbdcdb620e53054c522e (diff)
downloadaur-ttf-enochian.tar.gz
package()
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD2
3 files changed, 6 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f937fe7ba278..51ce149464d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Tue Jun 21 18:12:41 UTC 2016
pkgbase = ttf-enochian
pkgdesc = A font for the language of both demons and angels.
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 2eee0d9178e6..a40a58e5ff0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ source=("http://www.fontsaddict.com/download/enochian-plain.ttf")
md5sums=('bec37d31ac381a1ecda9975711503237')
install=$pkgname.install
-build() {
+package() {
install -Dm644 "$srcdir/enochian-plain.ttf" "$pkgdir/usr/share/fonts/TTF/enochian-plain.ttf"
}