summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rwxr-xr-xPKGBUILD15
2 files changed, 27 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..ddf750e26be8
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = ttf-hardcompound
+ pkgdesc = Hard Compound font
+ pkgver = 1
+ pkgrel = 1
+ url = http://lefly.vepar.nl/
+ arch = any
+ license = CCPL:by-sa
+ source = hard_compound.zip::http://dl.dafont.com/dl/?f=hard_compound
+ md5sums = 47732fe9bca31139182bb2040b7bf8e5
+
+pkgname = ttf-hardcompound
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100755
index 000000000000..913823adfacf
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,15 @@
+# Maintainer: 0x9fff00 <0x9fff00@gmail.com>
+pkgname=ttf-hardcompound
+pkgver=1
+pkgrel=1
+pkgdesc="Hard Compound font"
+arch=('any')
+url="http://lefly.vepar.nl/"
+license=('CCPL:by-sa')
+source=('hard_compound.zip::http://dl.dafont.com/dl/?f=hard_compound')
+md5sums=('47732fe9bca31139182bb2040b7bf8e5')
+
+package() {
+ install -Dm644 'Hard Compound.ttf' "${pkgdir}/usr/share/fonts/TTF/Hard Compound.ttf"
+}
+