summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShadow532015-06-11 14:01:33 -0700
committerShadow532015-06-11 14:01:33 -0700
commite56726a62a38e72ac9b48f8c86a80f06a2291dc8 (patch)
treea4628336167d53e6e43a535f0952c6466c311714 /PKGBUILD
downloadaur-e56726a62a38e72ac9b48f8c86a80f06a2291dc8.tar.gz
First commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..e442660c94f0
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,15 @@
+pkgname=otf-aurebesh
+pkgver=1.1
+pkgrel=1
+pkgdesc="Custom font based on Star Wars Galactic Basic (Aurebesh/Aurek-Besh) by Tycho_Ordo on theforce.net - Arabic numbers version"
+arch=(any)
+url=("http://boards.theforce.net/threads/new-aurebesh-font.50009464")
+depends=(fontconfig xorg-font-utils)
+source=("https://www.dropbox.com/s/pa8oe4idancx9jp/Aurebesh.otf")
+md5sums=("6289b7f7548c5977a1df49d3a91cc0f0")
+install=$pkgname.install
+
+package() {
+ install -d "$pkgdir/usr/share/fonts/OTF"
+ install -m644 "$srcdir/"*.otf "$pkgdir/usr/share/fonts/OTF/"
+}